Uses of Interface
org.antlr.v4.runtime.tree.TerminalNode
-
Packages that use TerminalNode Package Description org.antlr.v4.runtime org.antlr.v4.runtime.tree -
-
Uses of TerminalNode in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return TerminalNode Modifier and Type Method Description TerminalNodeParserRuleContext. addChild(Token matchedToken)Deprecated.TerminalNodeParserRuleContext. addChild(TerminalNode t)Add a token leaf node child and force its parent to be this node.TerminalNodeParser. createTerminalNode(ParserRuleContext parent, Token t)How to create a token leaf node associated with a parent.TerminalNodeParserRuleContext. getToken(int ttype, int i)Methods in org.antlr.v4.runtime that return types with arguments of type TerminalNode Modifier and Type Method Description List<TerminalNode>ParserRuleContext. getTokens(int ttype)Methods in org.antlr.v4.runtime with parameters of type TerminalNode Modifier and Type Method Description TerminalNodeParserRuleContext. 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.tree Modifier and Type Interface Description interfaceErrorNodeClasses in org.antlr.v4.runtime.tree that implement TerminalNode Modifier and Type Class Description classErrorNodeImplRepresents a token that was consumed during resynchronization rather than during a valid match operation.classTerminalNodeImplMethods in org.antlr.v4.runtime.tree with parameters of type TerminalNode Modifier and Type Method Description TAbstractParseTreeVisitor. visitTerminal(TerminalNode node)Visit a terminal node, and return a user-defined result of the operation.voidParseTreeListener. visitTerminal(TerminalNode node)TParseTreeVisitor. visitTerminal(TerminalNode node)Visit a terminal node, and return a user-defined result of the operation.
-