public class SelfInvokeSite extends InvokeSite
Modifier and Type | Field and Description |
---|---|
static org.objectweb.asm.Handle |
BOOTSTRAP |
callType, file, line, methodName
Constructor and Description |
---|
SelfInvokeSite(java.lang.invoke.MethodType type,
String name,
CallType callType,
String file,
int line) |
Modifier and Type | Method and Description |
---|---|
static java.lang.invoke.CallSite |
bootstrap(java.lang.invoke.MethodHandles.Lookup lookup,
String name,
java.lang.invoke.MethodType type,
String file,
int line) |
boolean |
methodMissing(CacheEntry entry,
IRubyObject caller) |
bootstrap, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, fail, fail, fail, fail, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass, toString
dynamicInvoker, getTarget, syncAll
type
public SelfInvokeSite(java.lang.invoke.MethodType type, String name, CallType callType, String file, int line)
public static java.lang.invoke.CallSite bootstrap(java.lang.invoke.MethodHandles.Lookup lookup, String name, java.lang.invoke.MethodType type, String file, int line)
public boolean methodMissing(CacheEntry entry, IRubyObject caller)
methodMissing
in class InvokeSite
Copyright © 2001-2017 JRuby. All Rights Reserved.