Module: JPTGRAMMAR::TestExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#logical_not_op ⇒ Object
2449 2450 2451 |
# File 'lib/parser/jptgrammar.rb', line 2449 def logical_not_op elements[0] end |
#S ⇒ Object
2453 2454 2455 |
# File 'lib/parser/jptgrammar.rb', line 2453 def S elements[1] end |