Module: Trxl::MatchingIdsFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
- #hash ⇒ Object
- #match_exp ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
Instance Method Details
#hash ⇒ Object
8197 8198 8199 |
# File 'lib/trxl/trxl_grammar.rb', line 8197 def hash elements[8] end |
#match_exp ⇒ Object
8185 8186 8187 |
# File 'lib/trxl/trxl_grammar.rb', line 8185 def match_exp elements[4] end |
#space1 ⇒ Object
8177 8178 8179 |
# File 'lib/trxl/trxl_grammar.rb', line 8177 def space1 elements[1] end |
#space2 ⇒ Object
8181 8182 8183 |
# File 'lib/trxl/trxl_grammar.rb', line 8181 def space2 elements[3] end |
#space3 ⇒ Object
8189 8190 8191 |
# File 'lib/trxl/trxl_grammar.rb', line 8189 def space3 elements[5] end |
#space4 ⇒ Object
8193 8194 8195 |
# File 'lib/trxl/trxl_grammar.rb', line 8193 def space4 elements[7] end |
#space5 ⇒ Object
8201 8202 8203 |
# File 'lib/trxl/trxl_grammar.rb', line 8201 def space5 elements[9] end |