LabeledOp
public class InvokeRule extends RuleElement implements LabeledOp
Modifier and Type | Field | Description |
---|---|---|
List<ActionChunk> |
argExprsChunks |
|
String |
ctxName |
|
OrderedHashSet<Decl> |
labels |
|
String |
name |
ast, factory
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
Constructor | Description |
---|---|
InvokeRule(ParserFactory factory,
GrammarAST ast,
GrammarAST labelAST) |
Modifier and Type | Method | Description |
---|---|---|
List<Decl> |
getLabels() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContextName, getOuterMostAltCodeBlock
public String name
public OrderedHashSet<Decl> labels
public String ctxName
public List<ActionChunk> argExprsChunks
public InvokeRule(ParserFactory factory, GrammarAST ast, GrammarAST labelAST)
Copyright © 1992–2018 ANTLR. All rights reserved.