class Android::Dex::DexObject::TryItem

try_item @see source.android.com/devices/tech/dalvik/dex-format.html

Private Instance Methods

parse() click to toggle source
# File lib/android/dex/dex_object.rb, line 384
def parse
  @params[:start_addr] = read_value(:uint)
  @params[:insn_count] = read_value(:ushort)
  @params[:handler_off] = read_value(:ushort)
end