App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.antlr3.exceptions.UnwantedTokenException Class Reference
Inheritance diagram for google.appengine._internal.antlr3.exceptions.UnwantedTokenException:
google.appengine._internal.antlr3.exceptions.MismatchedTokenException google.appengine._internal.antlr3.exceptions.RecognitionException

Public Member Functions

def getUnexpectedToken
 
def __str__
 
- Public Member Functions inherited from google.appengine._internal.antlr3.exceptions.MismatchedTokenException
def __init__
 
def __str__
 
- Public Member Functions inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
def __init__
 
def extractInformationFromTreeNodeStream
 
def getUnexpectedType
 

Public Attributes

 expecting
 
- Public Attributes inherited from google.appengine._internal.antlr3.exceptions.MismatchedTokenException
 expecting
 
- Public Attributes inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
 node
 
 token
 
 line
 
 charPositionInLine
 
 approximateLineInfo
 

Additional Inherited Members

- Properties inherited from google.appengine._internal.antlr3.exceptions.RecognitionException
 unexpectedType = property(getUnexpectedType)
 

Detailed Description

An extra token while parsing a TokenStream

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