Uses of Class
org.antlr.v4.tool.ast.TerminalAST
-
Packages that use TerminalAST 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 -
-
Uses of TerminalAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type TerminalAST 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 labelA
build grapho-A->o
. -
Uses of TerminalAST in org.antlr.v4.codegen.model
Methods in org.antlr.v4.codegen.model with parameters of type TerminalAST Modifier and Type Method Description void
ElementFrequenciesVisitor. stringRef(TerminalAST ref)
void
ElementFrequenciesVisitor. tokenRef(TerminalAST ref)
Constructors in org.antlr.v4.codegen.model with parameters of type TerminalAST Constructor Description MatchToken(OutputModelFactory factory, TerminalAST ast)
-
Uses of TerminalAST in org.antlr.v4.parse
Methods in org.antlr.v4.parse with parameters of type TerminalAST Modifier and Type Method Description void
GrammarTreeVisitor. stringRef(TerminalAST ref)
void
GrammarTreeVisitor. tokenRef(TerminalAST ref)
-
Uses of TerminalAST in org.antlr.v4.semantics
Methods in org.antlr.v4.semantics with parameters of type TerminalAST Modifier and Type Method Description void
SymbolCollector. stringRef(TerminalAST ref)
void
SymbolCollector. tokenRef(TerminalAST ref)
-
Uses of TerminalAST in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type TerminalAST Modifier and Type Field Description org.stringtemplate.v4.misc.MultiMap<String,TerminalAST>
Alternative. tokenRefs
-
Uses of TerminalAST in org.antlr.v4.tool.ast
Methods in org.antlr.v4.tool.ast that return TerminalAST Modifier and Type Method Description TerminalAST
TerminalAST. dupNode()
Methods in org.antlr.v4.tool.ast with parameters of type TerminalAST Modifier and Type Method Description Object
GrammarASTVisitor. visit(TerminalAST node)
Constructors in org.antlr.v4.tool.ast with parameters of type TerminalAST Constructor Description TerminalAST(TerminalAST node)
-