forked from jasder/antlr
Remove unused method TerminalNodeImpl.isErrorNode
This commit is contained in:
parent
b56f6d858f
commit
90f4452dc4
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue