Lines Matching refs:default
107 # initial default values
134 the #initialize method to set the default values if any are present in
149 name, default = decl.to_s.split( /\s*=\s*/, 2 )
151 default and defaults[ name ] = default
156 # the struct's default initialize for speed. Otherwise,
157 # overwrite the initialize to populate with default values.
235 # (where most rules have the same default set of return values),
236 # each recognizer gets a default return value structure
249 # used as a hook to add additional default members
250 # to default return value structures
410 # default implementation calls +display_recognition_error+
420 # The default implementation builds appropriate error
488 # Write the error report data out to some source. By default,
518 # by default, it does nothing
525 # by default, it does nothing
679 # tokens. For literals such as '{' and ',', the default
915 Lexer is the default superclass of all lexers generated by ANTLR. The class
1224 Parser is the default base class of ANTLR-generated parser classes. The class