jruby/docs BETA
Navigation
org.jruby.ir.targets.indy 57
C ArrayBootstrap
C ArrayDerefInvokeSite
C AsStringSite
C BignumObjectSite
C BlockGivenSite
C Bootstrap
C BuildDynamicStringSite
C CallInfoBootstrap
C CallSiteCacheBootstrap
C CallTraceSite
C CheckArityBootstrap
C CheckpointSite
C ClassSuperInvokeSite
C ClassSuperIterInvokeSite
C ConstantLookupSite
C ConstructBlockBootstrap
C ConstructObjectSite
C CoverageSite
C DRegexpObjectSite
C FixnumObjectSite
C FloatObjectSite
C FrameNameSite
C HashBootstrap
C HeapVariableBootstrap
C IndyArgumentsCompiler
C IndyBlockCompiler
C IndyBranchCompiler
C IndyCheckpointCompiler
C IndyConstantCompiler
C IndyDynamicValueCompiler
C IndyGlobalVariableCompiler
C IndyInstanceVariableCompiler
C IndyInvocationCompiler
C IndyLocalVariableCompiler
C IndyValueCompiler
C IndyYieldCompiler
C InstanceSuperInvokeSite
C InstanceSuperIterInvokeSite
C InvokeSite
C IsNilSite
C IsTrueSite
C JavaBootstrap
C LazyObjectSite
C LiteralValueBootstrap
C MetaClassBootstrap
C RangeObjectSite
C RegexpObjectSite
C ResolvedSuperInvokeSite
C SelfInvokeSite
C StringBootstrap
C SuperInvokeSite
C SymbolObjectSite
C SymbolProcObjectSite
C UnresolvedSuperInvokeSite
C UnresolvedSuperIterInvokeSite
C YieldSite
C ZSuperInvokeSite
FloatObjectSite — members 4+
F BOOTSTRAP() Handle
C new(type, value)
M bootstrap(lookup, name, type, value) CallSite
M construct(context) IRubyObject
from CallSite
M type() MethodType
from MutableCallSite
M dynamic_invoker() MethodHandle
M target() MethodHandle
C target=(arg0)
from ConstructObjectSite
M bootstrap(lookup) CallSite
from LazyObjectSite
M cache(t) IRubyObject
M prepare_binder() Binder

org.jruby.ir.targets.indy.FloatObjectSite

class extends LazyObjectSite 4 members

Created by headius on 10/23/14.

Constants

constanttypenote
BOOTSTRAP Handle

Constructors

new

new ( MethodType type, double value )
Java: <init>(java.lang.invoke.MethodType type, double value)

Class Methods

bootstrap

CallSite bootstrap ( MethodHandles.Lookup lookup, String name, MethodType type, double value )
Java: bootstrap(java.lang.invoke.MethodHandles.Lookup lookup, String name, java.lang.invoke.MethodType type, double value)

Instance Methods

construct

IRubyObject construct ( ThreadContext context )
Java: construct(org.jruby.runtime.ThreadContext context)

Inherited

from CallSite

type

MethodType type ( )
Java: type()

from MutableCallSite

dynamic_invoker

MethodHandle dynamic_invoker ( )
Java: dynamicInvoker()

target

MethodHandle target ( )
Java: getTarget() · also: get_target

target=

target= ( MethodHandle arg0 )
Java: setTarget(java.lang.invoke.MethodHandle arg0) · also: set_target

from ConstructObjectSite

bootstrap

CallSite bootstrap ( MethodHandles.Lookup lookup )
Java: bootstrap(java.lang.invoke.MethodHandles.Lookup lookup)

from LazyObjectSite

cache

IRubyObject cache ( IRubyObject t )
Java: cache(org.jruby.runtime.builtin.IRubyObject t)

prepare_binder

Binder prepare_binder ( )
Java: prepareBinder()