Class: RubyVM::RJIT::BranchTarget

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

Instance Attribute Summary collapse

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