org.antlr.runtime.MismatchedTokenException Class Reference

Inheritance diagram for org.antlr.runtime.MismatchedTokenException:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MismatchedTokenException ()
 MismatchedTokenException (int expecting, IntStream input)
String toString ()

Public Attributes

int expecting = Token.INVALID_TOKEN_TYPE


Detailed Description

A mismatched char or Token or tree node

Definition at line 31 of file MismatchedTokenException.java.


Constructor & Destructor Documentation

org.antlr.runtime.MismatchedTokenException.MismatchedTokenException (  ) 

Used for remote debugger deserialization

Definition at line 35 of file MismatchedTokenException.java.

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

Definition at line 37 of file MismatchedTokenException.java.


Member Function Documentation

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


Member Data Documentation

Definition at line 32 of file MismatchedTokenException.java.


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

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