public class ZSuperInvokeSite extends SuperInvokeSite
BOOTSTRAP, splatMap, superNamecallType, file, line, methodName| Constructor and Description |
|---|
ZSuperInvokeSite(java.lang.invoke.MethodType type,
String name,
String splatmapString,
String file,
int line) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
fail(ThreadContext context,
IRubyObject caller,
IRubyObject self,
RubyClass definingModule,
IRubyObject[] args,
Block block) |
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 ZSuperInvokeSite(java.lang.invoke.MethodType type, String name, String splatmapString, String file, int line)
public IRubyObject invoke(ThreadContext context, IRubyObject caller, IRubyObject self, RubyClass definingModule, IRubyObject[] args, Block block) throws Throwable
invoke in class SuperInvokeSiteThrowablepublic IRubyObject fail(ThreadContext context, IRubyObject caller, IRubyObject self, RubyClass definingModule, IRubyObject[] args, Block block) throws Throwable
fail in class SuperInvokeSiteThrowableCopyright © 2001-2017 JRuby. All Rights Reserved.