Show / Hide Table of Contents

Class m2pim4Parser.StatementContext

Inheritance
System.Object
m2pim4Parser.StatementContext
Namespace: GCore.Antlr.Grammers.Modula2pim4
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 Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

assignmentOrProcCall()

Declaration
public m2pim4Parser.AssignmentOrProcCallContext assignmentOrProcCall()
Returns
Type Description
m2pim4Parser.AssignmentOrProcCallContext
| Improve this Doc View Source

caseStatement()

Declaration
public m2pim4Parser.CaseStatementContext caseStatement()
Returns
Type Description
m2pim4Parser.CaseStatementContext
| 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
Type Description
m2pim4Parser.ExpressionContext
| Improve this Doc View Source

forStatement()

Declaration
public m2pim4Parser.ForStatementContext forStatement()
Returns
Type Description
m2pim4Parser.ForStatementContext
| Improve this Doc View Source

ifStatement()

Declaration
public m2pim4Parser.IfStatementContext ifStatement()
Returns
Type Description
m2pim4Parser.IfStatementContext
| Improve this Doc View Source

loopStatement()

Declaration
public m2pim4Parser.LoopStatementContext loopStatement()
Returns
Type Description
m2pim4Parser.LoopStatementContext
| Improve this Doc View Source

repeatStatement()

Declaration
public m2pim4Parser.RepeatStatementContext repeatStatement()
Returns
Type Description
m2pim4Parser.RepeatStatementContext
| 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
Type Description
m2pim4Parser.WhileStatementContext
| Improve this Doc View Source

withStatement()

Declaration
public m2pim4Parser.WithStatementContext withStatement()
Returns
Type Description
m2pim4Parser.WithStatementContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX