Uses of Interface
org.antlr.v4.runtime.tree.ErrorNode
-
Packages that use ErrorNode Package Description org.antlr.v4.runtime org.antlr.v4.runtime.tree -
-
Uses of ErrorNode in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime that return ErrorNode Modifier and Type Method Description ErrorNodeParserRuleContext. addErrorNode(Token badToken)Deprecated.ErrorNodeParserRuleContext. addErrorNode(ErrorNode errorNode)Add an error node child and force its parent to be this node.ErrorNodeParser. 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 ErrorNode Modifier and Type Method Description ErrorNodeParserRuleContext. 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 ErrorNode Modifier and Type Class Description classErrorNodeImplRepresents 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 ErrorNode Modifier and Type Method Description TAbstractParseTreeVisitor. visitErrorNode(ErrorNode node)Visit an error node, and return a user-defined result of the operation.voidParseTreeListener. visitErrorNode(ErrorNode node)TParseTreeVisitor. visitErrorNode(ErrorNode node)Visit an error node, and return a user-defined result of the operation.
-