Class RuleElement
java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.SrcOp
org.antlr.v4.codegen.model.RuleElement
- Direct Known Subclasses:
Action, Choice, InvokeRule, MatchToken
-
Field Summary
FieldsModifier and TypeFieldDescriptionintAssociated ATN state for this rule elements (action, token, ruleref, ...)Fields inherited from class SrcOp
enclosingBlock, enclosingRuleRunction, uniqueIDFields inherited from class OutputModelObject
ast, factory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SrcOp
getContextName, getOuterMostAltCodeBlock
-
Field Details
-
stateNumber
public int stateNumberAssociated ATN state for this rule elements (action, token, ruleref, ...)
-
-
Constructor Details
-
RuleElement
-