App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.cron.groc.GrocLexerWithErrors Class Reference
Inheritance diagram for google.appengine.cron.groc.GrocLexerWithErrors:
google.appengine.cron.GrocLexer.GrocLexer

Public Member Functions

def emitErrorMessage
 
- Public Member Functions inherited from google.appengine.cron.GrocLexer.GrocLexer
def __init__
 
def mTIME
 
def mTWO_DIGIT_HOUR_TIME
 
def mSYNCHRONIZED
 
def mFIRST
 
def mSECOND
 
def mTHIRD
 
def mFOURTH
 
def mFIFTH
 
def mFOURTH_OR_FIFTH
 
def mDAY
 
def mMONDAY
 
def mTUESDAY
 
def mWEDNESDAY
 
def mTHURSDAY
 
def mFRIDAY
 
def mSATURDAY
 
def mSUNDAY
 
def mJANUARY
 
def mFEBRUARY
 
def mMARCH
 
def mAPRIL
 
def mMAY
 
def mJUNE
 
def mJULY
 
def mAUGUST
 
def mSEPTEMBER
 
def mOCTOBER
 
def mNOVEMBER
 
def mDECEMBER
 
def mMONTH
 
def mQUARTER
 
def mEVERY
 
def mHOURS
 
def mMINUTES
 
def mCOMMA
 
def mOF
 
def mFROM
 
def mTO
 
def mWS
 
def mDIGIT
 
def mDIGITS
 
def mUNKNOWN_TOKEN
 
def mTokens
 
def synpred1_Groc_fragment
 
def synpred2_Groc_fragment
 
def synpred2_Groc
 
def synpred1_Groc
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.cron.GrocLexer.GrocLexer
 dfa26
 
- Static Public Attributes inherited from google.appengine.cron.GrocLexer.GrocLexer
string grammarFileName = "Groc.g"
 
tuple antlr_version = version_str_to_tuple("3.1.1")
 
string antlr_version_str = "3.1.1"
 
tuple DFA26_eot
 
tuple DFA26_eof
 
tuple DFA26_min
 
tuple DFA26_max
 
tuple DFA26_accept
 
tuple DFA26_special
 
list DFA26_transition
 

Detailed Description

An overridden Lexer that raises exceptions.

Member Function Documentation

def google.appengine.cron.groc.GrocLexerWithErrors.emitErrorMessage (   self,
  msg 
)
Raise an exception if the input fails to parse correctly.

Overriding the default, which normally just prints a message to
stderr.

Arguments:
  msg: the error message
Raises:
  GrocException: always.

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