Module: JPTGRAMMAR::ParenExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#logical_not_op ⇒ Object
2312 2313 2314 |
# File 'lib/parser/jptgrammar.rb', line 2312 def logical_not_op elements[0] end |
#S ⇒ Object
2316 2317 2318 |
# File 'lib/parser/jptgrammar.rb', line 2316 def S elements[1] end |