| Package | Description |
|---|---|
| org.antlr.v4.automata | |
| org.antlr.v4.codegen.model | |
| org.antlr.v4.parse | |
| org.antlr.v4.semantics | |
| org.antlr.v4.tool.ast |
| Modifier and Type | Method and Description |
|---|---|
ATNFactory |
ParserATNFactory.stringLiteral(TerminalAST
For a non-lexer, just build a simple token reference atom.
|
ATNFactory |
LexerATNFactory.stringLiteral(TerminalAST
For a lexer, a string is a sequence of char to match.
|
ATNFactory |
ATNFactory.stringLiteral(TerminalAST
For a non-lexer, just build a simple token reference atom.
|
ATNFactory |
ParserATNFactory.tokenRef(TerminalAST
From label
A build graph
o-A->o.
|
ATNFactory |
LexerATNFactory.tokenRef(TerminalAST
|
ATNFactory |
ATNFactory.tokenRef(TerminalAST
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementFrequenciesVisitor.tokenRef(TerminalAST
|
| Constructor and Description | |
|---|---|
MatchToken(OutputModelFactory
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarTreeVisitor.stringRef(TerminalAST
|
void |
GrammarTreeVisitor.tokenRef(TerminalAST
|
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolCollector.stringRef(TerminalAST
|
void |
SymbolCollector.tokenRef(TerminalAST
|
| Modifier and Type | Method and Description |
|---|---|
TerminalAST |
TerminalAST.dupNode()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GrammarASTVisitor.visit(TerminalAST
|
| Constructor and Description | |
|---|---|
TerminalAST(TerminalAST
|