Package antlr
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 intFields inherited from class antlr.AlternativeBlock
alternatives, alti, altj, analysisAlt, doAutoGen, generateAmbigWarnings, greedy, greedySet, hasAnAction, hasASynPred, ID, initAction, label, nblks, not, warnWhenFollowAmbigFields inherited from class antlr.AlternativeElement
autoGenType, enclosingRuleName, nextFields inherited from class antlr.GrammarElement
AUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class antlr.AlternativeBlock
addAlternative, generate, getAlternativeAt, getAlternatives, getAutoGen, getInitAction, getLabel, look, prepareForAnalysis, removeTrackingOfRuleRefs, setAlternatives, setAutoGen, setInitAction, setLabel, setOption, toStringMethods inherited from class antlr.AlternativeElement
getAutoGenType, setAutoGenTypeMethods inherited from class antlr.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
-