Public Member Functions | |
| BlockWithImpliedExitPath (Grammar g) | |
| BlockWithImpliedExitPath (Grammar g, Token start) | |
Protected Attributes | |
| int | exitLookaheadDepth |
| Lookahead[] | exitCache = new Lookahead[grammar.maxk + 1] |
| antlr.BlockWithImpliedExitPath.BlockWithImpliedExitPath | ( | Grammar | g | ) |
Lookahead [] antlr.BlockWithImpliedExitPath.exitCache = new Lookahead[grammar.maxk + 1] [protected] |
lookahead to bypass block; set by deterministic(). 1..k of Lookahead
Referenced by antlr.LLkAnalyzer.deterministicImpliedPath(), antlr.PythonCodeGenerator.gen(), antlr.JavaCodeGenerator.gen(), antlr.CSharpCodeGenerator.gen(), and antlr.CppCodeGenerator.gen().
int antlr.BlockWithImpliedExitPath.exitLookaheadDepth [protected] |
1.7.0