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.recognizers.RecognizerSharedState Class Reference
Inheritance diagram for google.appengine._internal.antlr3.recognizers.RecognizerSharedState:

Public Member Functions

def __init__
 

Public Attributes

 following
 
 errorRecovery
 
 lastErrorIndex
 
 backtracking
 
 ruleMemo
 
 syntaxErrors
 Did the recognizer encounter a syntax error? Track how many. More...
 

Detailed Description

The set of fields needed by an abstract recognizer to recognize input
and recover from errors etc...  As a separate state object, it can be
shared among multiple grammars; e.g., when one grammar imports another.

These fields are publically visible but the actual state pointer per
parser is protected.

Member Data Documentation

google.appengine._internal.antlr3.recognizers.RecognizerSharedState.syntaxErrors

Did the recognizer encounter a syntax error? Track how many.


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