public class InstanceSuperInvokeSite extends ResolvedSuperInvokeSite
splatMap, superNameBOOTSTRAPcallType, 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) |
bootstrapbootstrap, methodMissingbootstrap, callMethodMissing, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass, toStringdynamicInvoker, getTarget, syncAlltypepublic InstanceSuperInvokeSite(java.lang.invoke.MethodType type, String name, String splatmapString, String file, int line)
protected RubyClass getSuperClass(RubyClass definingModule)
getSuperClass in class ResolvedSuperInvokeSitepublic IRubyObject invoke(ThreadContext context, IRubyObject caller, IRubyObject self, RubyClass definingModule, IRubyObject[] args, Block block) throws Throwable
ThrowableCopyright © 2001-2017 JRuby. All Rights Reserved.