Module: Treetop::Compiler::Metagrammar::NodeClassDeclarations0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#node_class_expression ⇒ Object
2238 2239 2240 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2238 def node_class_expression elements[0] end |
#trailing_inline_module ⇒ Object
2242 2243 2244 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2242 def trailing_inline_module elements[1] end |