public class ZSuperInvokeSite extends SuperInvokeSite
BOOTSTRAP, splatMap, superName
callType, 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) |
bootstrap
bootstrap, methodMissing
bootstrap, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, fail, fail, fail, fail, fail, invoke, name, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, testMetaclass, toString
dynamicInvoker, getTarget, syncAll
type
public 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 SuperInvokeSite
Throwable
public IRubyObject fail(ThreadContext context, IRubyObject caller, IRubyObject self, RubyClass definingModule, IRubyObject[] args, Block block) throws Throwable
fail
in class SuperInvokeSite
Throwable
Copyright © 2001-2017 JRuby. All Rights Reserved.