Class: MilkTea::AST::Specialization
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::Specialization
- 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
222 223 224 |
# File 'lib/milk_tea/core/ast.rb', line 222 def arguments @arguments end |
#callee ⇒ Object (readonly)
Returns the value of attribute callee
222 223 224 |
# File 'lib/milk_tea/core/ast.rb', line 222 def callee @callee end |