Class: RubyVM::RJIT::BranchTarget

Inherits:
Struct show all
Defined in:
lib/ruby_vm/rjit/branch_stub.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



18
19
20
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18

def address
  @address
end

#ctxObject

Returns the value of attribute ctx

Returns:

  • (Object)

    the current value of ctx



18
19
20
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18

def ctx
  @ctx
end

#pcObject

Returns the value of attribute pc

Returns:

  • (Object)

    the current value of pc



18
19
20
# File 'lib/ruby_vm/rjit/branch_stub.rb', line 18

def pc
  @pc
end