Class: UnarmBind::OffsetImm

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

Instance Method Summary collapse

Instance Method Details

#post_indexed?Boolean

Returns:

  • (Boolean)


234
235
236
# File 'lib/unarm/unarm.rb', line 234

def post_indexed?
  self[:post_indexed]
end

#valueObject Also known as: offset



238
239
240
# File 'lib/unarm/unarm.rb', line 238

def value
  self[:value]
end