public class SelfInvokeSite extends InvokeSite
| Modifier and Type | Field and Description |
|---|---|
static org.objectweb.asm.Handle |
BOOTSTRAP |
argOffset, arity, cache, callType, file, flags, fullSignature, functional, line, methodName, NEGATE, signature| Constructor and Description |
|---|
SelfInvokeSite(java.lang.invoke.MethodType type,
java.lang.String name,
CallType callType,
boolean literalClosure,
int flags,
java.lang.String file,
int line) |
SelfInvokeSite(java.lang.invoke.MethodType type,
java.lang.String name,
CallType callType,
int flags,
java.lang.String file,
int line) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.invoke.CallSite |
bootstrap(java.lang.invoke.MethodHandles.Lookup lookup,
java.lang.String name,
java.lang.invoke.MethodType type,
int closureInt,
int flags,
java.lang.String file,
int line) |
bootstrap, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, fail, fail, fail, fail, fail, failf, failf, failf, failf, failf, getHandle, invoke, invoke, methodMissing, methodMissing, name, negate, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testTarget, toString, updateInvocationTargetpublic SelfInvokeSite(java.lang.invoke.MethodType type,
java.lang.String name,
CallType callType,
boolean literalClosure,
int flags,
java.lang.String file,
int line)
public SelfInvokeSite(java.lang.invoke.MethodType type,
java.lang.String name,
CallType callType,
int flags,
java.lang.String file,
int line)
Copyright © 2001-2023 JRuby. All Rights Reserved.