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 labelAbuild 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 TypeMethodDescriptionvoidElementFrequenciesVisitor.stringRef(TerminalAST ref) voidElementFrequenciesVisitor.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 TypeMethodDescriptionvoidGrammarTreeVisitor.stringRef(TerminalAST ref) voidGrammarTreeVisitor.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) booleanBasicSemanticChecks.checkTokenOptions(TerminalAST elem, GrammarAST ID, GrammarAST valueAST) voidSymbolCollector.stringRef(TerminalAST ref) voidSymbolCollector.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