Module: JPTGRAMMAR::LogicalOrExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#logical_and_expr ⇒ Object
2084 2085 2086 |
# File 'lib/parser/jptgrammar.rb', line 2084 def logical_and_expr elements[3] end |
#S1 ⇒ Object
2076 2077 2078 |
# File 'lib/parser/jptgrammar.rb', line 2076 def S1 elements[0] end |
#S2 ⇒ Object
2080 2081 2082 |
# File 'lib/parser/jptgrammar.rb', line 2080 def S2 elements[2] end |