public static class LogicParser.StmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
LogicParser.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) |
LogicParser.AssignmentStatementContext |
assignmentStatement() |
LogicParser.BreakLoopContext |
breakLoop() |
LogicParser.CallContext |
call() |
LogicParser.ConcludeContext |
conclude() |
LogicParser.ContinueLoopContext |
continueLoop() |
LogicParser.ForLoopContext |
forLoop() |
int |
getRuleIndex() |
LogicParser.IfStatementContext |
ifStatement() |
LogicParser.PrintContext |
print() |
LogicParser.SwitchStatementContext |
switchStatement() |
LogicParser.WhileLoopContext |
whileLoop() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic LogicParser.StmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public LogicParser.ContinueLoopContext continueLoop()
public LogicParser.AssignmentStatementContext assignmentStatement()
public LogicParser.PrintContext print()
public LogicParser.WhileLoopContext whileLoop()
public LogicParser.IfStatementContext ifStatement()
public LogicParser.ForLoopContext forLoop()
public LogicParser.BreakLoopContext breakLoop()
public LogicParser.CallContext call()
public LogicParser.ConcludeContext conclude()
public LogicParser.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.