public class NormalInvokeSite extends InvokeSite
| Modifier and Type | Field and Description |
|---|---|
static org.objectweb.asm.Handle |
BOOTSTRAP |
callType, methodName| Constructor and Description |
|---|
NormalInvokeSite(java.lang.invoke.MethodType type,
String name) |
| 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) |
boolean |
methodMissing(CacheEntry entry,
IRubyObject caller) |
addType, bootstrap, callMethodMissing, clearTypes, fail, hasSeenType, invoke, name, pollAndGetClass, prepareBinder, seenTypesCount, setInitialTarget, setTarget, testClass, testMetaclassdynamicInvoker, getTarget, syncAlltypepublic NormalInvokeSite(java.lang.invoke.MethodType type, String name)
public static java.lang.invoke.CallSite bootstrap(java.lang.invoke.MethodHandles.Lookup lookup, String name, java.lang.invoke.MethodType type)
public boolean methodMissing(CacheEntry entry, IRubyObject caller)
methodMissing in class InvokeSiteCopyright © 2001-2016 JRuby. All Rights Reserved.