BlockWithImpliedExitPathpublic abstract class BlockWithImpliedExitPath extends AlternativeBlock
Fields Summary |
---|
protected int | exitLookaheadDepth | protected Lookahead[] | exitCachelookahead to bypass block; set
by deterministic(). 1..k of Lookahead |
Constructors Summary |
---|
public BlockWithImpliedExitPath(Grammar g)
super(g);
| public BlockWithImpliedExitPath(Grammar g, Token start)
super(g, start, false);
|
|