Class: MilkTea::AST::SizeofExpr
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::SizeofExpr
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type
238 239 240 |
# File 'lib/milk_tea/core/ast.rb', line 238 def type @type end |