Class pikeParser.StatementContext
Inheritance
System.Object
pikeParser.StatementContext
Assembly: Pike.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
block()
Declaration
public pikeParser.BlockContext block()
Returns
|
Improve this Doc
View Source
break_stmt()
Declaration
public pikeParser.Break_stmtContext break_stmt()
Returns
|
Improve this Doc
View Source
case_stmt()
Declaration
public pikeParser.Case_stmtContext case_stmt()
Returns
|
Improve this Doc
View Source
cond()
Declaration
public pikeParser.CondContext cond()
Returns
|
Improve this Doc
View Source
continue_stmt()
Declaration
public pikeParser.Continue_stmtContext continue_stmt()
Returns
|
Improve this Doc
View Source
default_stmt()
Declaration
public pikeParser.Default_stmtContext default_stmt()
Returns
|
Improve this Doc
View Source
do_while_stmt()
Declaration
public pikeParser.Do_while_stmtContext do_while_stmt()
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
expression2()
Declaration
public pikeParser.Expression2Context expression2()
Returns
|
Improve this Doc
View Source
for_stmt()
Declaration
public pikeParser.For_stmtContext for_stmt()
Returns
|
Improve this Doc
View Source
foreach_stmt()
Declaration
public pikeParser.Foreach_stmtContext foreach_stmt()
Returns
|
Improve this Doc
View Source
switch_stmt()
Declaration
public pikeParser.Switch_stmtContext switch_stmt()
Returns
|
Improve this Doc
View Source
while_stmt()
Declaration
public pikeParser.While_stmtContext while_stmt()
Returns