| Package | Description |
|---|---|
| org.antlr.v4.automata | |
| org.antlr.v4.codegen.model | |
| org.antlr.v4.parse | |
| org.antlr.v4.semantics | |
| org.antlr.v4.tool | |
| org.antlr.v4.tool.ast |
| Modifier and Type | Method | Description |
|---|---|---|
ATNFactory.Handle |
ATNFactory.stringLiteral(TerminalAST stringLiteralAST) |
For a non-lexer, just build a simple token reference atom.
|
ATNFactory.Handle |
LexerATNFactory.stringLiteral(TerminalAST stringLiteralAST) |
For a lexer, a string is a sequence of char to match.
|
ATNFactory.Handle |
ParserATNFactory.stringLiteral(TerminalAST stringLiteralAST) |
For a non-lexer, just build a simple token reference atom.
|
ATNFactory.Handle |
ATNFactory.tokenRef(TerminalAST node) |
|
ATNFactory.Handle |
LexerATNFactory.tokenRef(TerminalAST node) |
|
ATNFactory.Handle |
ParserATNFactory.tokenRef(TerminalAST node) |
From label
A build graph o-A->o. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ElementFrequenciesVisitor.stringRef(TerminalAST ref) |
|
void |
ElementFrequenciesVisitor.tokenRef(TerminalAST ref) |
| Constructor | Description |
|---|---|
MatchToken(OutputModelFactory factory,
TerminalAST ast) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GrammarTreeVisitor.stringRef(TerminalAST ref) |
|
void |
GrammarTreeVisitor.tokenRef(TerminalAST ref) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SymbolCollector.stringRef(TerminalAST ref) |
|
void |
SymbolCollector.tokenRef(TerminalAST ref) |
| Modifier and Type | Field | Description |
|---|---|---|
org.stringtemplate.v4.misc.MultiMap<String,TerminalAST> |
Alternative.tokenRefs |
| Modifier and Type | Method | Description |
|---|---|---|
TerminalAST |
TerminalAST.dupNode() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
GrammarASTVisitor.visit(TerminalAST node) |
| Constructor | Description |
|---|---|
TerminalAST(TerminalAST node) |
Copyright © 1992–2019 ANTLR. All rights reserved.