org.antlr.test
Class ErrorQueue

java.lang.Object
  extended by org.antlr.test.ErrorQueue
All Implemented Interfaces:
ANTLRErrorListener

public class ErrorQueue
extends java.lang.Object
implements ANTLRErrorListener


Constructor Summary
ErrorQueue()
           
 
Method Summary
 void error(Message msg)
           
 void error(ToolMessage msg)
           
 void info(java.lang.String msg)
           
 int size()
           
 java.lang.String toString()
           
 void warning(Message msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorQueue

public ErrorQueue()
Method Detail

info

public void info(java.lang.String msg)
Specified by:
info in interface ANTLRErrorListener

error

public void error(Message msg)
Specified by:
error in interface ANTLRErrorListener

warning

public void warning(Message msg)
Specified by:
warning in interface ANTLRErrorListener

error

public void error(ToolMessage msg)
Specified by:
error in interface ANTLRErrorListener

size

public int size()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object