| Package | Description |
|---|---|
| org.antlr.v4.automata | |
| org.antlr.v4.semantics | |
| org.antlr.v4.tool |
| Constructor and Description | |
|---|---|
LexerATNFactory(LexerGrammar
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
UseDefAnalyzer.getRuleDependencies(LexerGrammar
|
| Modifier and Type | Field and Description |
|---|---|
LexerGrammar |
Grammar.implicitLexer
Was this parser grammar created from a COMBINED grammar? If so, this is what we extracted.
|
| Modifier and Type | Method and Description |
|---|---|
LexerGrammar |
Grammar.getImplicitLexer()
Get delegates below direct delegates of g public List getIndirectDelegates(Grammar g) { List direct = getDirectDelegates(g); List delegates = getDelegates(g); delegates.removeAll(direct); return delegates; }
|
| Constructor and Description | |
|---|---|
Grammar(String
|