org.antlr.runtime.UnwantedTokenException Class Reference

Inheritance diagram for org.antlr.runtime.UnwantedTokenException:

Inheritance graph
[legend]
Collaboration diagram for org.antlr.runtime.UnwantedTokenException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnwantedTokenException ()
 UnwantedTokenException (int expecting, IntStream input)
Token getUnexpectedToken ()
String toString ()


Detailed Description

An extra token while parsing a TokenStream

Definition at line 31 of file UnwantedTokenException.java.


Constructor & Destructor Documentation

org.antlr.runtime.UnwantedTokenException.UnwantedTokenException (  ) 

Used for remote debugger deserialization

Definition at line 33 of file UnwantedTokenException.java.

org.antlr.runtime.UnwantedTokenException.UnwantedTokenException ( int  expecting,
IntStream  input 
)

Definition at line 35 of file UnwantedTokenException.java.


Member Function Documentation

Token org.antlr.runtime.UnwantedTokenException.getUnexpectedToken (  ) 

Definition at line 39 of file UnwantedTokenException.java.

String org.antlr.runtime.UnwantedTokenException.toString (  ) 

Reimplemented from org.antlr.runtime.MismatchedTokenException.

Definition at line 43 of file UnwantedTokenException.java.


The documentation for this class was generated from the following file:

Generated on Wed Oct 1 14:13:43 2008 for ANTLR API by  doxygen 1.5.5