Class: MilkTea::AST::ForeignParam
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::ForeignParam
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#boundary_type ⇒ Object
readonly
Returns the value of attribute boundary_type.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#boundary_type ⇒ Object (readonly)
Returns the value of attribute boundary_type
123 124 125 |
# File 'lib/milk_tea/core/ast.rb', line 123 def boundary_type @boundary_type end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
123 124 125 |
# File 'lib/milk_tea/core/ast.rb', line 123 def mode @mode end |
#name ⇒ Object (readonly)
Returns the value of attribute name
123 124 125 |
# File 'lib/milk_tea/core/ast.rb', line 123 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
123 124 125 |
# File 'lib/milk_tea/core/ast.rb', line 123 def type @type end |