Uses of Class
org.antlr.v4.tool.ast.TerminalAST
Packages that use TerminalAST
Package
Description
-
Uses of TerminalAST in org.antlr.v4.automata
Methods in org.antlr.v4.automata with parameters of type TerminalASTModifier and TypeMethodDescriptionATNFactory.stringLiteral
(TerminalAST stringLiteralAST) For a non-lexer, just build a simple token reference atom.LexerATNFactory.stringLiteral
(TerminalAST stringLiteralAST) For a lexer, a string is a sequence of char to match.ParserATNFactory.stringLiteral
(TerminalAST stringLiteralAST) For a non-lexer, just build a simple token reference atom.ATNFactory.tokenRef
(TerminalAST node) LexerATNFactory.tokenRef
(TerminalAST node) 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 TerminalASTModifier and TypeMethodDescriptionvoid
ElementFrequenciesVisitor.stringRef
(TerminalAST ref) void
ElementFrequenciesVisitor.tokenRef
(TerminalAST ref) Constructors in org.antlr.v4.codegen.model with parameters of type TerminalAST -
Uses of TerminalAST in org.antlr.v4.parse
Methods in org.antlr.v4.parse with parameters of type TerminalASTModifier and TypeMethodDescriptionvoid
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 TerminalASTModifier and TypeMethodDescription(package private) boolean
BasicSemanticChecks.checkTokenOptions
(TerminalAST elem, GrammarAST ID, GrammarAST valueAST) 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 TerminalASTModifier and TypeFieldDescriptionorg.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 TerminalASTMethods in org.antlr.v4.tool.ast with parameters of type TerminalASTConstructors in org.antlr.v4.tool.ast with parameters of type TerminalAST