Show / Hide Table of Contents

Class bParser.StatementContext

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

autosmt()

Declaration
public bParser.AutosmtContext autosmt()
Returns
Type Description
bParser.AutosmtContext
| Improve this Doc View Source

blockstmt()

Declaration
public bParser.BlockstmtContext blockstmt()
Returns
Type Description
bParser.BlockstmtContext
| Improve this Doc View Source

casestmt()

Declaration
public bParser.CasestmtContext casestmt()
Returns
Type Description
bParser.CasestmtContext
| 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

expressionstmt()

Declaration
public bParser.ExpressionstmtContext expressionstmt()
Returns
Type Description
bParser.ExpressionstmtContext
| Improve this Doc View Source

externsmt()

Declaration
public bParser.ExternsmtContext externsmt()
Returns
Type Description
bParser.ExternsmtContext
| Improve this Doc View Source

gotostmt()

Declaration
public bParser.GotostmtContext gotostmt()
Returns
Type Description
bParser.GotostmtContext
| Improve this Doc View Source

ifstmt()

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

name()

Declaration
public bParser.NameContext name()
Returns
Type Description
bParser.NameContext
| Improve this Doc View Source

nullstmt()

Declaration
public bParser.NullstmtContext nullstmt()
Returns
Type Description
bParser.NullstmtContext
| Improve this Doc View Source

returnstmt()

Declaration
public bParser.ReturnstmtContext returnstmt()
Returns
Type Description
bParser.ReturnstmtContext
| Improve this Doc View Source

statement()

Declaration
public bParser.StatementContext statement()
Returns
Type Description
bParser.StatementContext
| Improve this Doc View Source

switchstmt()

Declaration
public bParser.SwitchstmtContext switchstmt()
Returns
Type Description
bParser.SwitchstmtContext
| Improve this Doc View Source

whilestmt()

Declaration
public bParser.WhilestmtContext whilestmt()
Returns
Type Description
bParser.WhilestmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX