Module: Trxl::ValuesOfTypeFunction0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
- #all_types ⇒ Object
- #all_values ⇒ Object
- #match_exp ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
- #space6 ⇒ Object
- #space7 ⇒ Object
Instance Method Details
#all_types ⇒ Object
8403 8404 8405 |
# File 'lib/trxl/trxl_grammar.rb', line 8403 def all_types elements[8] end |
#all_values ⇒ Object
8415 8416 8417 |
# File 'lib/trxl/trxl_grammar.rb', line 8415 def all_values elements[12] end |
#match_exp ⇒ Object
8391 8392 8393 |
# File 'lib/trxl/trxl_grammar.rb', line 8391 def match_exp elements[4] end |
#space1 ⇒ Object
8383 8384 8385 |
# File 'lib/trxl/trxl_grammar.rb', line 8383 def space1 elements[1] end |
#space2 ⇒ Object
8387 8388 8389 |
# File 'lib/trxl/trxl_grammar.rb', line 8387 def space2 elements[3] end |
#space3 ⇒ Object
8395 8396 8397 |
# File 'lib/trxl/trxl_grammar.rb', line 8395 def space3 elements[5] end |
#space4 ⇒ Object
8399 8400 8401 |
# File 'lib/trxl/trxl_grammar.rb', line 8399 def space4 elements[7] end |
#space5 ⇒ Object
8407 8408 8409 |
# File 'lib/trxl/trxl_grammar.rb', line 8407 def space5 elements[9] end |
#space6 ⇒ Object
8411 8412 8413 |
# File 'lib/trxl/trxl_grammar.rb', line 8411 def space6 elements[11] end |
#space7 ⇒ Object
8419 8420 8421 |
# File 'lib/trxl/trxl_grammar.rb', line 8419 def space7 elements[13] end |