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