Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.tree |
Modifier and Type | Method and Description |
---|---|
ErrorNode |
ParserRuleContext.addErrorNode(Token badToken) |
Modifier and Type | Method and Description |
---|---|
void |
Parser.TraceListener.visitErrorNode(ErrorNode node) |
void |
Parser.TrimToSizeListener.visitErrorNode(ErrorNode node) |
Modifier and Type | Class and Description |
---|---|
class |
ErrorNodeImpl
Represents a token that was consumed during resynchronization
rather than during a valid match operation.
|
Modifier and Type | Method and Description |
---|---|
T |
ParseTreeVisitor.visitErrorNode(ErrorNode node)
Visit an error node, and return a user-defined result of the operation.
|
void |
ParseTreeListener.visitErrorNode(ErrorNode node) |
T |
AbstractParseTreeVisitor.visitErrorNode(ErrorNode node)
Visit an error node, and return a user-defined result of the operation.
|
Copyright © 1992-2016 ANTLR. All Rights Reserved.