public class ErrorNodeImpl extends TerminalNodeImpl implements ErrorNode
parent, symbol| Constructor and Description |
|---|
ErrorNodeImpl(Token token) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor)
The
ParseTreeVisitor needs a double dispatch method. |
getChild, getChildCount, getParent, getPayload, getSourceInterval, getSymbol, getText, toString, toStringTree, toStringTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSymbolgetChild, getParent, getText, toStringTreegetSourceIntervalgetChildCount, getPayload, toStringTreepublic ErrorNodeImpl(Token token)
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
ParseTreeParseTreeVisitor needs a double dispatch method.accept in interface ParseTreeaccept in class TerminalNodeImpl