Show / Hide Table of Contents

Class janusParser.StatementContext

Inheritance
System.Object
janusParser.StatementContext
Namespace: GCore.Antlr.Grammers.Janus
Assembly: Janus.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

callstmt()

Declaration
public janusParser.CallstmtContext callstmt()
Returns
Type Description
janusParser.CallstmtContext
| Improve this Doc View Source

dostmt()

Declaration
public janusParser.DostmtContext dostmt()
Returns
Type Description
janusParser.DostmtContext
| 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

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ifstmt()

Declaration
public janusParser.IfstmtContext ifstmt()
Returns
Type Description
janusParser.IfstmtContext
| Improve this Doc View Source

lvalstmt()

Declaration
public janusParser.LvalstmtContext lvalstmt()
Returns
Type Description
janusParser.LvalstmtContext
| Improve this Doc View Source

readstmt()

Declaration
public janusParser.ReadstmtContext readstmt()
Returns
Type Description
janusParser.ReadstmtContext
| Improve this Doc View Source

writestmt()

Declaration
public janusParser.WritestmtContext writestmt()
Returns
Type Description
janusParser.WritestmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX