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.HandleATNFactory. stringLiteral(TerminalAST stringLiteralAST)For a non-lexer, just build a simple token reference atom.ATNFactory.HandleLexerATNFactory. stringLiteral(TerminalAST stringLiteralAST)For a lexer, a string is a sequence of char to match.ATNFactory.HandleParserATNFactory. stringLiteral(TerminalAST stringLiteralAST)For a non-lexer, just build a simple token reference atom.ATNFactory.HandleATNFactory. tokenRef(TerminalAST node)ATNFactory.HandleLexerATNFactory. tokenRef(TerminalAST node)ATNFactory.HandleParserATNFactory. 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 TerminalAST Modifier and Type Method Description voidElementFrequenciesVisitor. stringRef(TerminalAST ref)voidElementFrequenciesVisitor. 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 voidGrammarTreeVisitor. 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 TerminalAST Modifier and Type Method Description 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 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 TerminalASTTerminalAST. dupNode()Methods in org.antlr.v4.tool.ast with parameters of type TerminalAST Modifier and Type Method Description ObjectGrammarASTVisitor. visit(TerminalAST node)Constructors in org.antlr.v4.tool.ast with parameters of type TerminalAST Constructor Description TerminalAST(TerminalAST node)
-