Uses of Interface
org.antlr.v4.runtime.tree.ErrorNode
Packages that use ErrorNode
-
Uses of ErrorNode in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return ErrorNodeModifier and TypeMethodDescriptionParserRuleContext.addErrorNode(Token badToken) Deprecated.ParserRuleContext.addErrorNode(ErrorNode errorNode) Add an error node child and force its parent to be this node.Parser.createErrorNode(ParserRuleContext parent, Token t) How to create an error node, given a token, associated with a parent.Methods in org.antlr.v4.runtime with parameters of type ErrorNodeModifier and TypeMethodDescriptionParserRuleContext.addErrorNode(ErrorNode errorNode) Add an error node child and force its parent to be this node.voidParser.TraceListener.visitErrorNode(ErrorNode node) voidParser.TrimToSizeListener.visitErrorNode(ErrorNode node) -
Uses of ErrorNode in org.antlr.v4.runtime.tree
Classes in org.antlr.v4.runtime.tree that implement ErrorNodeModifier and TypeClassDescriptionclassRepresents a token that was consumed during resynchronization rather than during a valid match operation.Methods in org.antlr.v4.runtime.tree with parameters of type ErrorNodeModifier and TypeMethodDescriptionAbstractParseTreeVisitor.visitErrorNode(ErrorNode node) Visit an error node, and return a user-defined result of the operation.voidParseTreeListener.visitErrorNode(ErrorNode node) ParseTreeVisitor.visitErrorNode(ErrorNode node) Visit an error node, and return a user-defined result of the operation.