public class AsStringSite extends NormalInvokeSite
| Modifier and Type | Field and Description |
|---|---|
static org.objectweb.asm.Handle |
BOOTSTRAP |
argOffset, arity, cache, callType, file, fullSignature, functional, line, methodName, NEGATE, signature| Constructor and Description |
|---|
AsStringSite(java.lang.invoke.MethodType type,
java.lang.String file,
int line) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.invoke.CallSite |
bootstrap(java.lang.invoke.MethodHandles.Lookup lookup,
java.lang.String name,
java.lang.invoke.MethodType type,
java.lang.String file,
int line) |
IRubyObject |
invoke(ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject[] args,
Block block) |
static boolean |
isString(IRubyObject maybeString) |
bootstrap, newSitebootstrap, callMethodMissing, callMethodMissing, callMethodMissing, callMethodMissing, fail, fail, fail, fail, fail, failf, failf, failf, failf, failf, getHandle, invoke, methodMissing, methodMissing, name, negate, pollAndGetClass, prepareBinder, setInitialTarget, setTarget, testClass, toString, updateInvocationTargetpublic AsStringSite(java.lang.invoke.MethodType type,
java.lang.String file,
int line)
public static java.lang.invoke.CallSite bootstrap(java.lang.invoke.MethodHandles.Lookup lookup,
java.lang.String name,
java.lang.invoke.MethodType type,
java.lang.String file,
int line)
public IRubyObject invoke(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject[] args, Block block) throws java.lang.Throwable
invoke in class InvokeSitejava.lang.Throwablepublic static boolean isString(IRubyObject maybeString)
Copyright © 2001-2023 JRuby. All Rights Reserved.