Module: JPTGRAMMAR::FunctionExpr2
- Defined in:
- lib/parser/jptgrammar.rb
Instance Method Summary collapse
Instance Method Details
#function_name ⇒ Object
3730 3731 3732 |
# File 'lib/parser/jptgrammar.rb', line 3730 def function_name elements[0] end |
#S1 ⇒ Object
3734 3735 3736 |
# File 'lib/parser/jptgrammar.rb', line 3734 def S1 elements[2] end |
#S2 ⇒ Object
3738 3739 3740 |
# File 'lib/parser/jptgrammar.rb', line 3738 def S2 elements[4] end |