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 and 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 and Description |
---|---|
void |
ElementFrequenciesVisitor.stringRef(TerminalAST ref) |
void |
ElementFrequenciesVisitor.tokenRef(TerminalAST ref) |
Constructor and Description |
---|
MatchToken(OutputModelFactory factory,
TerminalAST ast) |
Modifier and Type | Method and Description |
---|---|
void |
GrammarTreeVisitor.stringRef(TerminalAST ref) |
void |
GrammarTreeVisitor.tokenRef(TerminalAST ref) |
Modifier and Type | Method and Description |
---|---|
void |
SymbolCollector.stringRef(TerminalAST ref) |
void |
SymbolCollector.tokenRef(TerminalAST ref) |
Modifier and Type | Field and Description |
---|---|
org.stringtemplate.v4.misc.MultiMap<String,TerminalAST> |
Alternative.tokenRefs |
Modifier and Type | Method and Description |
---|---|
TerminalAST |
TerminalAST.dupNode() |
Modifier and Type | Method and Description |
---|---|
Object |
GrammarASTVisitor.visit(TerminalAST node) |
Constructor and Description |
---|
TerminalAST(TerminalAST node) |
Copyright © 1992–2020 ANTLR. All rights reserved.