Class m2pim4Parser.StatementContext
Inheritance
System.Object
m2pim4Parser.StatementContext
Assembly: Modula2pim4.dll
Syntax
public class StatementContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
StatementContext(ParserRuleContext, Int32)
Declaration
public StatementContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Accept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type |
Name |
Description |
IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
assignmentOrProcCall()
Declaration
public m2pim4Parser.AssignmentOrProcCallContext assignmentOrProcCall()
Returns
|
Improve this Doc
View Source
caseStatement()
Declaration
public m2pim4Parser.CaseStatementContext caseStatement()
Returns
|
Improve this Doc
View Source
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
EXIT()
Declaration
public ITerminalNode EXIT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
expression()
Declaration
public m2pim4Parser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
forStatement()
Declaration
public m2pim4Parser.ForStatementContext forStatement()
Returns
|
Improve this Doc
View Source
ifStatement()
Declaration
public m2pim4Parser.IfStatementContext ifStatement()
Returns
|
Improve this Doc
View Source
loopStatement()
Declaration
public m2pim4Parser.LoopStatementContext loopStatement()
Returns
|
Improve this Doc
View Source
repeatStatement()
Declaration
public m2pim4Parser.RepeatStatementContext repeatStatement()
Returns
|
Improve this Doc
View Source
RETURN()
Declaration
public ITerminalNode RETURN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
whileStatement()
Declaration
public m2pim4Parser.WhileStatementContext whileStatement()
Returns
|
Improve this Doc
View Source
withStatement()
Declaration
public m2pim4Parser.WithStatementContext withStatement()
Returns