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