Module: JPTGRAMMAR::FunctionExpr0
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#function_argument ⇒ Object
3717 3718 3719 |
# File 'lib/parser/jptgrammar.rb', line 3717 def function_argument elements[3] end |
#S1 ⇒ Object
3709 3710 3711 |
# File 'lib/parser/jptgrammar.rb', line 3709 def S1 elements[0] end |
#S2 ⇒ Object
3713 3714 3715 |
# File 'lib/parser/jptgrammar.rb', line 3713 def S2 elements[2] end |