Class: MilkTea::AST::Call
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::Call
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#callee ⇒ Object
readonly
Returns the value of attribute callee.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
223 224 225 |
# File 'lib/milk_tea/core/ast.rb', line 223 def arguments @arguments end |
#callee ⇒ Object (readonly)
Returns the value of attribute callee
223 224 225 |
# File 'lib/milk_tea/core/ast.rb', line 223 def callee @callee end |