public class InstanceSuperInvokeSite extends ResolvedSuperInvokeSite
BOOTSTRAP, splatMap, superNamecallType, 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) |
bootstrapbootstrap, methodMissingaddType, bootstrap, callMethodMissing, clearTypes, fail, hasSeenType, invoke, name, pollAndGetClass, prepareBinder, seenTypesCount, setInitialTarget, setTarget, testClass, testMetaclassdynamicInvoker, getTarget, syncAlltypepublic InstanceSuperInvokeSite(java.lang.invoke.MethodType type, String name, String splatmapString)
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-2016 JRuby. All Rights Reserved.