public static class LogicParser.ForLoopContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
LogicParser.ForLoopContext(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.BlockContext |
block() |
org.antlr.v4.runtime.tree.TerminalNode |
Do() |
org.antlr.v4.runtime.tree.TerminalNode |
EndDo() |
LogicParser.ExprContext |
expr() |
org.antlr.v4.runtime.tree.TerminalNode |
For() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
ID() |
org.antlr.v4.runtime.tree.TerminalNode |
In() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic LogicParser.ForLoopContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode For()
public org.antlr.v4.runtime.tree.TerminalNode Do()
public LogicParser.ExprContext expr()
public org.antlr.v4.runtime.tree.TerminalNode ID()
public org.antlr.v4.runtime.tree.TerminalNode EndDo()
public LogicParser.BlockContext block()
public org.antlr.v4.runtime.tree.TerminalNode In()
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.