Module: Treetop::Compiler::Metagrammar::SequencePrimary5
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(lexical_address, builder) ⇒ Object
- #inline_module_name ⇒ Object
- #inline_modules ⇒ Object
- #node_class_name ⇒ Object
Instance Method Details
#compile(lexical_address, builder) ⇒ Object
1945 1946 1947 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1945 def compile(lexical_address, builder) suffix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
1957 1958 1959 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1957 def inline_module_name nil end |
#inline_modules ⇒ Object
1953 1954 1955 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1953 def inline_modules atomic.inline_modules end |
#node_class_name ⇒ Object
1949 1950 1951 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1949 def node_class_name nil end |