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, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass, toStringdynamicInvoker, getTarget, syncAlltypepublic 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 InvokeSiteCopyright © 2001-2017 JRuby. All Rights Reserved.