Module: JPTGRAMMAR::ComparisonExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#comparable1 ⇒ Object
2644 2645 2646 |
# File 'lib/parser/jptgrammar.rb', line 2644 def comparable1 elements[0] end |
#comparable2 ⇒ Object
2660 2661 2662 |
# File 'lib/parser/jptgrammar.rb', line 2660 def comparable2 elements[4] end |
#comparison_op ⇒ Object
2652 2653 2654 |
# File 'lib/parser/jptgrammar.rb', line 2652 def comparison_op elements[2] end |
#S1 ⇒ Object
2648 2649 2650 |
# File 'lib/parser/jptgrammar.rb', line 2648 def S1 elements[1] end |
#S2 ⇒ Object
2656 2657 2658 |
# File 'lib/parser/jptgrammar.rb', line 2656 def S2 elements[3] end |