Uses of Interface
org.antlr.v4.runtime.tree.TerminalNode
Packages that use TerminalNode
-
Uses of TerminalNode in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return TerminalNodeModifier and TypeMethodDescriptionDeprecated.ParserRuleContext.addChild(TerminalNode t) Add a token leaf node child and force its parent to be this node.Parser.createTerminalNode(ParserRuleContext parent, Token t) How to create a token leaf node associated with a parent.ParserRuleContext.getToken(int ttype, int i) Methods in org.antlr.v4.runtime that return types with arguments of type TerminalNodeMethods in org.antlr.v4.runtime with parameters of type TerminalNodeModifier and TypeMethodDescriptionParserRuleContext.addChild(TerminalNode t) Add a token leaf node child and force its parent to be this node.voidParser.TraceListener.visitTerminal(TerminalNode node) voidParser.TrimToSizeListener.visitTerminal(TerminalNode node) -
Uses of TerminalNode in org.antlr.v4.runtime.tree
Subinterfaces of TerminalNode in org.antlr.v4.runtime.treeClasses in org.antlr.v4.runtime.tree that implement TerminalNodeModifier and TypeClassDescriptionclassRepresents a token that was consumed during resynchronization rather than during a valid match operation.classMethods in org.antlr.v4.runtime.tree with parameters of type TerminalNodeModifier and TypeMethodDescriptionAbstractParseTreeVisitor.visitTerminal(TerminalNode node) Visit a terminal node, and return a user-defined result of the operation.voidParseTreeListener.visitTerminal(TerminalNode node) ParseTreeVisitor.visitTerminal(TerminalNode node) Visit a terminal node, and return a user-defined result of the operation.