Home | History | Annotate | Download | only in antlr3

Lines Matching full:defaults

147     defaults = {}
151 default and defaults[ name ] = default
155 # If no defaults, leave the initialize method the same as
158 unless defaults.empty?
160 "#{ name } = " << defaults.fetch( name, 'nil' )