Remove unused method TerminalNodeImpl.isErrorNode

This commit is contained in:
Sam Harwell 2012-11-26 09:16:30 -06:00
parent b56f6d858f
commit 90f4452dc4
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ public class TerminalNodeImpl implements TerminalNode {
return toString();
}
public boolean isErrorNode() { return this instanceof ErrorNode; }
@Override
public String toString() {
if ( symbol.getType() == Token.EOF ) return "<EOF>";