antlr
Class BlockWithImpliedExitPath
java.lang.Object
antlr.GrammarElement
antlr.AlternativeElement
antlr.AlternativeBlock
antlr.BlockWithImpliedExitPath
- Direct Known Subclasses:
- OneOrMoreBlock, ZeroOrMoreBlock
abstract class BlockWithImpliedExitPath
- extends AlternativeBlock
Fields inherited from class antlr.AlternativeBlock |
alternatives, alti, altj, analysisAlt, doAutoGen, generateAmbigWarnings, greedy, greedySet, hasAnAction, hasASynPred, ID, initAction, label, nblks, not, warnWhenFollowAmbig |
Methods inherited from class antlr.AlternativeBlock |
addAlternative, generate, getAlternativeAt, getAlternatives, getAutoGen, getInitAction, getLabel, look, prepareForAnalysis, removeTrackingOfRuleRefs, setAlternatives, setAutoGen, setInitAction, setLabel, setOption, toString |
exitLookaheadDepth
protected int exitLookaheadDepth
exitCache
protected Lookahead[] exitCache
- lookahead to bypass block; set
by deterministic(). 1..k of Lookahead
BlockWithImpliedExitPath
public BlockWithImpliedExitPath(Grammar g)
BlockWithImpliedExitPath
public BlockWithImpliedExitPath(Grammar g,
Token start)