public class InvokeRule extends RuleElement implements LabeledOp
Modifier and Type | Field and Description |
---|---|
List<ActionChunk> |
argExprsChunks |
String |
ctxName |
OrderedHashSet<Decl> |
labels |
String |
name |
stateNumber
enclosingBlock, enclosingRuleRunction, uniqueID
ast, factory
Constructor and Description |
---|
InvokeRule(ParserFactory factory,
GrammarAST ast,
GrammarAST labelAST) |
Modifier and Type | Method and Description |
---|---|
List<Decl> |
getLabels() |
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–2020 ANTLR. All rights reserved.