antlr3.MissingTokenException Class Reference

We were expecting a token but it's not found. More...

Inheritance diagram for antlr3.MissingTokenException:

Inheritance graph
[legend]
Collaboration diagram for antlr3.MissingTokenException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def getMissingType
def __str__

Public Attributes

 inserted

Static Private Attributes

 __repr__ = __str__


Detailed Description

We were expecting a token but it's not found.

The current token is actually what we wanted next.

Definition at line 384 of file antlr3.py.


Member Function Documentation

def antlr3.MissingTokenException.__init__ (   self,
  expecting,
  input,
  inserted 
)

Definition at line 386 of file antlr3.py.

def antlr3.MissingTokenException.getMissingType (   self  ) 

Definition at line 392 of file antlr3.py.

def antlr3.MissingTokenException.__str__ (   self  ) 

Reimplemented from antlr3.MismatchedTokenException.

Definition at line 396 of file antlr3.py.


Member Data Documentation

antlr3.MissingTokenException.__repr__ = __str__ [static, private]

Reimplemented from antlr3.MismatchedTokenException.

Definition at line 405 of file antlr3.py.

Definition at line 389 of file antlr3.py.


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

Generated on Mon Nov 29 17:24:25 2010 for ANTLR Python API by  doxygen 1.5.5