Class bParser.StatementContext
Inheritance
System.Object
bParser.StatementContext
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 Parameters
|
Improve this Doc
View Source
autosmt()
Declaration
public bParser.AutosmtContext autosmt()
Returns
|
Improve this Doc
View Source
blockstmt()
Declaration
public bParser.BlockstmtContext blockstmt()
Returns
|
Improve this Doc
View Source
casestmt()
Declaration
public bParser.CasestmtContext casestmt()
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
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
|
Improve this Doc
View Source
externsmt()
Declaration
public bParser.ExternsmtContext externsmt()
Returns
|
Improve this Doc
View Source
gotostmt()
Declaration
public bParser.GotostmtContext gotostmt()
Returns
|
Improve this Doc
View Source
ifstmt()
Declaration
public bParser.IfstmtContext ifstmt()
Returns
|
Improve this Doc
View Source
name()
Declaration
public bParser.NameContext name()
Returns
|
Improve this Doc
View Source
nullstmt()
Declaration
public bParser.NullstmtContext nullstmt()
Returns
|
Improve this Doc
View Source
returnstmt()
Declaration
public bParser.ReturnstmtContext returnstmt()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public bParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
switchstmt()
Declaration
public bParser.SwitchstmtContext switchstmt()
Returns
|
Improve this Doc
View Source
whilestmt()
Declaration
public bParser.WhilestmtContext whilestmt()
Returns