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, toStringTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSymbol
getChild, getParent, getText, toStringTree
getSourceInterval
getChildCount, getPayload, toStringTree
public ErrorNodeImpl(Token token)
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
ParseTree
ParseTreeVisitor
needs a double dispatch method.accept
in interface ParseTree
accept
in class TerminalNodeImpl
Copyright © 1992-2013 ANTLR. All Rights Reserved.