Module: Treetop::Compiler::Metagrammar::Primary1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(address, builder, parent_expression = nil) ⇒ Object
- #inline_module_name ⇒ Object
- #inline_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(address, builder, parent_expression = nil) ⇒ Object
947 948 949 |
# File 'lib/treetop/compiler/metagrammar.rb', line 947 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_module_name ⇒ Object
959 960 961 |
# File 'lib/treetop/compiler/metagrammar.rb', line 959 def inline_module_name nil end |
#inline_modules ⇒ Object
955 956 957 |
# File 'lib/treetop/compiler/metagrammar.rb', line 955 def inline_modules atomic.inline_modules end |
#prefixed_expression ⇒ Object
951 952 953 |
# File 'lib/treetop/compiler/metagrammar.rb', line 951 def prefixed_expression atomic end |