Class: ObjectFile::ExpressionDeclaration
- Inherits:
-
Struct
- Object
- Struct
- ObjectFile::ExpressionDeclaration
- Defined in:
- lib/object_file.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#patchptr ⇒ Object
Returns the value of attribute patchptr.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
4 5 6 |
# File 'lib/object_file.rb', line 4 def expression @expression end |
#patchptr ⇒ Object
Returns the value of attribute patchptr
4 5 6 |
# File 'lib/object_file.rb', line 4 def patchptr @patchptr end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/object_file.rb', line 4 def type @type end |