Class BlockWithImpliedExitPath
java.lang.Object
antlr.GrammarElement
antlr.AlternativeElement
antlr.AlternativeBlock
antlr.BlockWithImpliedExitPath
- Direct Known Subclasses:
OneOrMoreBlock, ZeroOrMoreBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Lookahead[]
lookahead to bypass block; set by deterministic().protected int
Fields inherited from class AlternativeBlock
alternatives, alti, altj, analysisAlt, doAutoGen, generateAmbigWarnings, greedy, greedySet, hasAnAction, hasASynPred, ID, initAction, label, nblks, not, warnWhenFollowAmbig
Fields inherited from class AlternativeElement
autoGenType, enclosingRuleName, next
Fields inherited from class GrammarElement
AUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AlternativeBlock
addAlternative, generate, getAlternativeAt, getAlternatives, getAutoGen, getInitAction, getLabel, look, prepareForAnalysis, removeTrackingOfRuleRefs, setAlternatives, setAutoGen, setInitAction, setLabel, setOption, toString
Methods inherited from class AlternativeElement
getAutoGenType, setAutoGenType
Methods inherited from class GrammarElement
getColumn, getLine
-
Field Details
-
exitLookaheadDepth
protected int exitLookaheadDepth -
exitCache
lookahead to bypass block; set by deterministic(). 1..k of Lookahead
-
-
Constructor Details
-
BlockWithImpliedExitPath
-
BlockWithImpliedExitPath
-