public class InstanceSuperInvokeSite extends ResolvedSuperInvokeSite
splatMap, superName
BOOTSTRAP
callType, file, line, methodName
Constructor and Description |
---|
InstanceSuperInvokeSite(java.lang.invoke.MethodType type,
String name,
String splatmapString,
String file,
int line) |
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
bootstrap, callMethodMissing, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass
dynamicInvoker, getTarget, syncAll
type
public InstanceSuperInvokeSite(java.lang.invoke.MethodType type, String name, String splatmapString, String file, int line)
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-2016 JRuby. All Rights Reserved.