public static class ActionParser.ForLoopContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ActionParser.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) |
ActionParser.BlockContext |
block() |
org.antlr.v4.runtime.tree.TerminalNode |
Do() |
org.antlr.v4.runtime.tree.TerminalNode |
EndDo() |
ActionParser.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 ActionParser.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 ActionParser.ExprContext expr()
public org.antlr.v4.runtime.tree.TerminalNode ID()
public org.antlr.v4.runtime.tree.TerminalNode EndDo()
public ActionParser.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.