antlr
abstract class BlockWithImpliedExitPath extends AlternativeBlock
| Field Summary | |
|---|---|
| protected Lookahead[] | exitCache lookahead to bypass block; set
by deterministic(). |
| protected int | exitLookaheadDepth |
| Constructor Summary | |
|---|---|
| BlockWithImpliedExitPath(Grammar g) | |
| BlockWithImpliedExitPath(Grammar g, Token start) | |