Method: Treetop::Compiler::ParsingRule#name
- Defined in:
- lib/treetop/compiler/node_classes/parsing_rule.rb
#name ⇒ Object
55 56 57 |
# File 'lib/treetop/compiler/node_classes/parsing_rule.rb', line 55 def name nonterminal.text_value end |