public static class ActionParser.StmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ActionParser.StmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
ActionParser.AssignmentStatementContext |
assignmentStatement() |
ActionParser.BreakLoopContext |
breakLoop() |
ActionParser.CallContext |
call() |
ActionParser.ContinueLoopContext |
continueLoop() |
ActionParser.ForLoopContext |
forLoop() |
int |
getRuleIndex() |
ActionParser.IfStatementContext |
ifStatement() |
ActionParser.ReturnStatementContext |
returnStatement() |
ActionParser.SwitchStatementContext |
switchStatement() |
ActionParser.WhileLoopContext |
whileLoop() |
ActionParser.WriteStatementContext |
writeStatement() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ActionParser.StmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public ActionParser.ContinueLoopContext continueLoop()
public ActionParser.AssignmentStatementContext assignmentStatement()
public ActionParser.WhileLoopContext whileLoop()
public ActionParser.IfStatementContext ifStatement()
public ActionParser.WriteStatementContext writeStatement()
public ActionParser.ReturnStatementContext returnStatement()
public ActionParser.ForLoopContext forLoop()
public ActionParser.BreakLoopContext breakLoop()
public ActionParser.CallContext call()
public ActionParser.SwitchStatementContext switchStatement()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2015. All rights reserved.