Module: Treetop::Compiler::Metagrammar::ModuleDeclaration2
- Defined in:
 - lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb
 
Instance Method Summary collapse
Instance Method Details
#module_contents ⇒ Object
      249 250 251  | 
    
      # File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 249 def module_contents elements[1] end  | 
  
#prefix ⇒ Object
      245 246 247  | 
    
      # File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 245 def prefix elements[0] end  | 
  
#suffix ⇒ Object
      253 254 255  | 
    
      # File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 253 def suffix elements[2] end  |