Class: MilkTea::IR::Call
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Call
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#callee ⇒ Object
readonly
Returns the value of attribute callee.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
60 61 62 |
# File 'lib/milk_tea/core/ir.rb', line 60 def arguments @arguments end |
#callee ⇒ Object (readonly)
Returns the value of attribute callee
60 61 62 |
# File 'lib/milk_tea/core/ir.rb', line 60 def callee @callee end |
#type ⇒ Object (readonly)
Returns the value of attribute type
60 61 62 |
# File 'lib/milk_tea/core/ir.rb', line 60 def type @type end |