public class InvokeRule extends RuleElement implements LabeledOp
| Modifier and Type | Field and Description |
|---|---|
List<ActionChunk> |
argExprsChunks |
String |
ctxName |
org.antlr.v4.runtime.misc.OrderedHashSet<Decl> |
labels |
String |
name |
stateNumberenclosingBlock, enclosingRuleRunction, uniqueIDast, factory| Constructor and Description |
|---|
InvokeRule(ParserFactory factory,
GrammarAST ast,
GrammarAST labelAST) |
| Modifier and Type | Method and Description |
|---|---|
List<Decl> |
getLabels() |
getContextName, getOuterMostAltCodeBlockpublic String name
public org.antlr.v4.runtime.misc.OrderedHashSet<Decl> labels
public String ctxName
public List<ActionChunk> argExprsChunks
public InvokeRule(ParserFactory factory, GrammarAST ast, GrammarAST labelAST)
Copyright © 1992–2022 Daniel Sun. All rights reserved.