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.GrocParserWithErrors Class Reference
Inheritance diagram for google.appengine.cron.groc.GrocParserWithErrors:
google.appengine.cron.GrocParser.GrocParser

Public Member Functions

def emitErrorMessage
 
- Public Member Functions inherited from google.appengine.cron.GrocParser.GrocParser
def __init__
 
def ValueOf
 
def timespec
 
def specifictime
 
def interval
 
def ordinals
 
def ordinal
 
def period
 
def monthdays
 
def monthday
 
def weekdays
 
def weekday
 
def monthspec
 
def months
 
def month
 
def quarterspec
 
def quarter_ordinals
 
def month_of_quarter_ordinal
 
def time_range
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.cron.GrocParser.GrocParser
 dfa4
 
 ordinal_set
 
 weekday_set
 
 month_set
 
 monthday_set
 
 time_string
 
 interval_mins
 
 period_string
 
 synchronized
 
 start_time_string
 
 end_time_string
 
- Static Public Attributes inherited from google.appengine.cron.GrocParser.GrocParser
string grammarFileName = "Groc.g"
 
tuple antlr_version = version_str_to_tuple("3.1.1")
 
string antlr_version_str = "3.1.1"
 
 tokenNames = tokenNames
 
dictionary valuesDict
 
tuple DFA4_eot
 
tuple DFA4_eof
 
tuple DFA4_min
 
tuple DFA4_max
 
tuple DFA4_accept
 
tuple DFA4_special
 
list DFA4_transition
 
 DFA4 = DFA
 
tuple FOLLOW_specifictime_in_timespec44 = frozenset([])
 
tuple FOLLOW_interval_in_timespec48 = frozenset([])
 
tuple FOLLOW_EOF_in_timespec52 = frozenset([1])
 
tuple FOLLOW_ordinals_in_specifictime72 = frozenset([19, 20, 21, 22, 23, 24, 25, 26])
 
tuple FOLLOW_weekdays_in_specifictime74 = frozenset([4])
 
tuple FOLLOW_monthdays_in_specifictime77 = frozenset([4])
 
tuple FOLLOW_OF_in_specifictime80 = frozenset([11, 12, 13, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40])
 
tuple FOLLOW_monthspec_in_specifictime83 = frozenset([5])
 
tuple FOLLOW_quarterspec_in_specifictime85 = frozenset([5])
 
tuple FOLLOW_ordinals_in_specifictime101 = frozenset([19, 20, 21, 22, 23, 24, 25, 26])
 
tuple FOLLOW_weekdays_in_specifictime103 = frozenset([5])
 
tuple FOLLOW_TIME_in_specifictime117 = frozenset([1])
 
tuple FOLLOW_EVERY_in_interval136 = frozenset([7, 8])
 
tuple FOLLOW_set_in_interval146 = frozenset([17, 18])
 
tuple FOLLOW_period_in_interval164 = frozenset([1, 9, 41])
 
tuple FOLLOW_time_range_in_interval176 = frozenset([1])
 
tuple FOLLOW_SYNCHRONIZED_in_interval189 = frozenset([1])
 
tuple FOLLOW_EVERY_in_ordinals218 = frozenset([1])
 
tuple FOLLOW_ordinal_in_ordinals226 = frozenset([1, 10])
 
tuple FOLLOW_COMMA_in_ordinals229 = frozenset([11, 12, 13, 14, 15, 16])
 
tuple FOLLOW_ordinal_in_ordinals231 = frozenset([1, 10])
 
tuple FOLLOW_set_in_ordinal252 = frozenset([1])
 
tuple FOLLOW_set_in_period291 = frozenset([1])
 
tuple FOLLOW_monthday_in_monthdays314 = frozenset([1, 10])
 
tuple FOLLOW_COMMA_in_monthdays318 = frozenset([7, 8])
 
tuple FOLLOW_monthday_in_monthdays320 = frozenset([1, 10])
 
tuple FOLLOW_set_in_monthday340 = frozenset([1])
 
tuple FOLLOW_DAY_in_weekdays365 = frozenset([1])
 
tuple FOLLOW_weekday_in_weekdays373 = frozenset([1, 10])
 
tuple FOLLOW_COMMA_in_weekdays376 = frozenset([19, 20, 21, 22, 23, 24, 25, 26])
 
tuple FOLLOW_weekday_in_weekdays378 = frozenset([1, 10])
 
tuple FOLLOW_set_in_weekday400 = frozenset([1])
 
tuple FOLLOW_MONTH_in_monthspec459 = frozenset([1])
 
tuple FOLLOW_months_in_monthspec469 = frozenset([1])
 
tuple FOLLOW_month_in_months486 = frozenset([1, 10])
 
tuple FOLLOW_COMMA_in_months489 = frozenset([27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39])
 
tuple FOLLOW_month_in_months491 = frozenset([1, 10])
 
tuple FOLLOW_set_in_month510 = frozenset([1])
 
tuple FOLLOW_QUARTER_in_quarterspec583 = frozenset([1])
 
tuple FOLLOW_quarter_ordinals_in_quarterspec595 = frozenset([27])
 
tuple FOLLOW_MONTH_in_quarterspec597 = frozenset([4])
 
tuple FOLLOW_OF_in_quarterspec599 = frozenset([40])
 
tuple FOLLOW_QUARTER_in_quarterspec601 = frozenset([1])
 
tuple FOLLOW_month_of_quarter_ordinal_in_quarter_ordinals620 = frozenset([1, 10])
 
tuple FOLLOW_COMMA_in_quarter_ordinals623 = frozenset([11, 12, 13, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40])
 
tuple FOLLOW_month_of_quarter_ordinal_in_quarter_ordinals625 = frozenset([1, 10])
 
tuple FOLLOW_set_in_month_of_quarter_ordinal644 = frozenset([1])
 
tuple FOLLOW_FROM_in_time_range673 = frozenset([5])
 
tuple FOLLOW_TIME_in_time_range680 = frozenset([42])
 
tuple FOLLOW_TO_in_time_range691 = frozenset([5])
 
tuple FOLLOW_TIME_in_time_range698 = frozenset([1])
 

Detailed Description

An overridden Parser that raises exceptions.

Member Function Documentation

def google.appengine.cron.groc.GrocParserWithErrors.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: