Antlr.Runtime.MissingTokenException Class Reference

We were expecting a token but it's not found. The current token is actually what we wanted next. Used for tree node errors too. More...

Inheritance diagram for Antlr.Runtime.MissingTokenException:

Inheritance graph
[legend]
Collaboration diagram for Antlr.Runtime.MissingTokenException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MissingTokenException ()
 Used for remote debugger deserialization.
 MissingTokenException (int expecting, IIntStream input, object inserted)
override String ToString ()

Properties

int MissingType [get]
object Inserted [get, set]

Private Attributes

object inserted


Detailed Description

We were expecting a token but it's not found. The current token is actually what we wanted next. Used for tree node errors too.

Definition at line 40 of file MissingTokenException.cs.


Constructor & Destructor Documentation

Antlr.Runtime.MissingTokenException.MissingTokenException (  ) 

Used for remote debugger deserialization.

Definition at line 46 of file MissingTokenException.cs.

Antlr.Runtime.MissingTokenException.MissingTokenException ( int  expecting,
IIntStream  input,
object  inserted 
)

Definition at line 49 of file MissingTokenException.cs.


Member Function Documentation

override String Antlr.Runtime.MissingTokenException.ToString (  ) 

Reimplemented from Antlr.Runtime.MismatchedTokenException.

Definition at line 63 of file MissingTokenException.cs.


Member Data Documentation

Definition at line 41 of file MissingTokenException.cs.


Property Documentation

int Antlr.Runtime.MissingTokenException.MissingType [get]

Definition at line 54 of file MissingTokenException.cs.

object Antlr.Runtime.MissingTokenException.Inserted [get, set]

Definition at line 58 of file MissingTokenException.cs.


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

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