Class: MilkTea::FunctionBinding
- Inherits:
-
Data
- Object
- Data
- MilkTea::FunctionBinding
- Defined in:
- lib/milk_tea/core/bindings/function_binding.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
readonly
Returns the value of attribute ast.
-
#async ⇒ Object
readonly
Returns the value of attribute async.
-
#body_params ⇒ Object
readonly
Returns the value of attribute body_params.
-
#body_return_type ⇒ Object
readonly
Returns the value of attribute body_return_type.
-
#declared_receiver_type ⇒ Object
readonly
Returns the value of attribute declared_receiver_type.
-
#external ⇒ Object
readonly
Returns the value of attribute external.
-
#instances ⇒ Object
readonly
Returns the value of attribute instances.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#specialization_owner ⇒ Object
readonly
Returns the value of attribute specialization_owner.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#type_arguments ⇒ Object
readonly
Returns the value of attribute type_arguments.
-
#type_param_constraints ⇒ Object
readonly
Returns the value of attribute type_param_constraints.
-
#type_params ⇒ Object
readonly
Returns the value of attribute type_params.
-
#type_substitutions ⇒ Object
readonly
Returns the value of attribute type_substitutions.
Instance Attribute Details
#ast ⇒ Object (readonly)
Returns the value of attribute ast
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def ast @ast end |
#async ⇒ Object (readonly)
Returns the value of attribute async
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def async @async end |
#body_params ⇒ Object (readonly)
Returns the value of attribute body_params
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def body_params @body_params end |
#body_return_type ⇒ Object (readonly)
Returns the value of attribute body_return_type
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def body_return_type @body_return_type end |
#declared_receiver_type ⇒ Object (readonly)
Returns the value of attribute declared_receiver_type
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def declared_receiver_type @declared_receiver_type end |
#external ⇒ Object (readonly)
Returns the value of attribute external
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def external @external end |
#instances ⇒ Object (readonly)
Returns the value of attribute instances
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def instances @instances end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def name @name end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def owner @owner end |
#specialization_owner ⇒ Object (readonly)
Returns the value of attribute specialization_owner
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def specialization_owner @specialization_owner end |
#type ⇒ Object (readonly)
Returns the value of attribute type
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def type @type end |
#type_arguments ⇒ Object (readonly)
Returns the value of attribute type_arguments
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def type_arguments @type_arguments end |
#type_param_constraints ⇒ Object (readonly)
Returns the value of attribute type_param_constraints
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def type_param_constraints @type_param_constraints end |
#type_params ⇒ Object (readonly)
Returns the value of attribute type_params
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def type_params @type_params end |
#type_substitutions ⇒ Object (readonly)
Returns the value of attribute type_substitutions
4 5 6 |
# File 'lib/milk_tea/core/bindings/function_binding.rb', line 4 def type_substitutions @type_substitutions end |