public abstract class ResolvedSuperInvokeSite extends SelfInvokeSite
| Modifier and Type | Field and Description |
|---|---|
protected boolean[] |
splatMap |
protected String |
superName |
BOOTSTRAPcallType, file, line, methodName| Constructor and Description |
|---|
ResolvedSuperInvokeSite(java.lang.invoke.MethodType type,
String superName,
String splatmapString,
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 splatmapString,
String file,
int line) |
protected abstract RubyClass |
getSuperClass(RubyClass definingModule) |
bootstrap, methodMissingbootstrap, callMethodMissing, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass, toStringdynamicInvoker, getTarget, syncAlltypeprotected final String superName
protected final boolean[] splatMap
public ResolvedSuperInvokeSite(java.lang.invoke.MethodType type, String superName, String splatmapString, 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 splatmapString, String file, int line)
Copyright © 2001-2017 JRuby. All Rights Reserved.