public class InstanceSuperInvokeSite extends ResolvedSuperInvokeSite
BOOTSTRAP, splatMap, superName
callType, methodName
Constructor and Description |
---|
InstanceSuperInvokeSite(java.lang.invoke.MethodType type,
String name,
String splatmapString) |
Modifier and Type | Method and Description |
---|---|
protected RubyClass |
getSuperClass(RubyClass definingModule) |
IRubyObject |
invoke(ThreadContext context,
IRubyObject caller,
IRubyObject self,
RubyClass definingModule,
IRubyObject[] args,
Block block) |
bootstrap
bootstrap, methodMissing
addType, bootstrap, callMethodMissing, clearTypes, fail, hasSeenType, invoke, name, pollAndGetClass, prepareBinder, seenTypesCount, setInitialTarget, setTarget, testClass, testMetaclass
dynamicInvoker, getTarget, syncAll
type
public InstanceSuperInvokeSite(java.lang.invoke.MethodType type, String name, String splatmapString)
protected RubyClass getSuperClass(RubyClass definingModule)
getSuperClass
in class ResolvedSuperInvokeSite
public IRubyObject invoke(ThreadContext context, IRubyObject caller, IRubyObject self, RubyClass definingModule, IRubyObject[] args, Block block) throws Throwable
Throwable
Copyright © 2001-2015 JRuby. All Rights Reserved.