Module: JPTGRAMMAR::LogicalAndExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#basic_expr ⇒ Object
2183 2184 2185 |
# File 'lib/parser/jptgrammar.rb', line 2183 def basic_expr elements[3] end |
#S1 ⇒ Object
2175 2176 2177 |
# File 'lib/parser/jptgrammar.rb', line 2175 def S1 elements[0] end |
#S2 ⇒ Object
2179 2180 2181 |
# File 'lib/parser/jptgrammar.rb', line 2179 def S2 elements[2] end |