Class: ObjectFile::ExpressionDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/object_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



4
5
6
# File 'lib/object_file.rb', line 4

def expression
  @expression
end

#patchptrObject

Returns the value of attribute patchptr

Returns:

  • (Object)

    the current value of patchptr



4
5
6
# File 'lib/object_file.rb', line 4

def patchptr
  @patchptr
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/object_file.rb', line 4

def type
  @type
end