|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CallType in org.jruby |
---|
Methods in org.jruby with parameters of type CallType | |
---|---|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
int methodIndex,
java.lang.String name,
IRubyObject[] args,
CallType callType,
Block block)
Deprecated. |
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
CallType callType)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
CallType callType,
Block block)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
CallType callType)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
CallType callType,
Block block)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg,
CallType callType)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg,
CallType callType,
Block block)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
CallType callType)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
CallType callType,
Block block)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
CallType callType)
|
IRubyObject |
RubyClass.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
CallType callType,
Block block)
|
boolean |
RubyClass.notVisibleAndNotMethodMissing(DynamicMethod method,
java.lang.String name,
IRubyObject caller,
CallType callType)
|
Uses of CallType in org.jruby.compiler |
---|
Methods in org.jruby.compiler with parameters of type CallType | |
---|---|
void |
CacheCompiler.cacheCallSite(BaseBodyCompiler method,
java.lang.String name,
CallType callType)
|
void |
InvocationCompiler.invokeDynamic(java.lang.String name,
CompilerCallback receiverCallback,
ArgumentsCallback argsCallback,
CallType callType,
CompilerCallback closureArg,
boolean iterator)
Invoke the named method as a "function", i.e. |
Uses of CallType in org.jruby.compiler.impl |
---|
Methods in org.jruby.compiler.impl with parameters of type CallType | |
---|---|
void |
InheritedCacheCompiler.cacheCallSite(BaseBodyCompiler method,
java.lang.String name,
CallType callType)
|
void |
InvokeDynamicInvocationCompiler.invokeDynamic(java.lang.String name,
CompilerCallback receiverCallback,
ArgumentsCallback argsCallback,
CallType callType,
CompilerCallback closureArg,
boolean iterator)
|
void |
StandardInvocationCompiler.invokeDynamic(java.lang.String name,
CompilerCallback receiverCallback,
ArgumentsCallback argsCallback,
CallType callType,
CompilerCallback closureArg,
boolean iterator)
|
Uses of CallType in org.jruby.internal.runtime.methods |
---|
Methods in org.jruby.internal.runtime.methods with parameters of type CallType | |
---|---|
boolean |
CompiledMethod.LazyCompiledMethod.isCallableFrom(IRubyObject caller,
CallType callType)
|
boolean |
DynamicMethod.isCallableFrom(IRubyObject caller,
CallType callType)
Determine whether this method is callable from the given object using the given call type. |
boolean |
UndefinedMethod.isCallableFrom(IRubyObject caller,
CallType callType)
UndefinedMethod is always visible because it's only used as a marker for missing or undef'ed methods. |
Uses of CallType in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util with parameters of type CallType | |
---|---|
static IRubyObject |
RuntimeHelpers.callMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType,
Block block)
|
static IRubyObject |
RuntimeHelpers.callMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType,
IRubyObject[] args,
Block block)
|
static IRubyObject |
RuntimeHelpers.callMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType,
IRubyObject arg0,
Block block)
|
static IRubyObject |
RuntimeHelpers.callMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType,
IRubyObject arg0,
IRubyObject arg1,
Block block)
|
static IRubyObject |
RuntimeHelpers.callMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block)
|
static IRubyObject |
RuntimeHelpers.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
CallType callType)
|
static IRubyObject |
RuntimeHelpers.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
CallType callType,
Block block)
|
static IRubyObject |
RuntimeHelpers.invoke(ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg,
CallType callType,
Block block)
|
static DynamicMethod |
RuntimeHelpers.selectMethodMissing(ThreadContext context,
IRubyObject receiver,
Visibility visibility,
java.lang.String name,
CallType callType)
|
static DynamicMethod |
RuntimeHelpers.selectMethodMissing(ThreadContext context,
RubyClass selfClass,
Visibility visibility,
java.lang.String name,
CallType callType)
|
Uses of CallType in org.jruby.runtime |
---|
Fields in org.jruby.runtime declared as CallType | |
---|---|
protected CallType |
CallSite.callType
|
Methods in org.jruby.runtime that return CallType | |
---|---|
CallType |
ThreadContext.getLastCallType()
|
static CallType |
CallType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jruby.runtime with parameters of type CallType | |
---|---|
void |
ThreadContext.setLastCallStatus(CallType callType)
Returns the lastCallStatus. |
void |
ThreadContext.setLastCallStatusAndVisibility(CallType callType,
Visibility visibility)
|
Constructors in org.jruby.runtime with parameters of type CallType | |
---|---|
CallSite(java.lang.String methodName,
CallType callType)
|
Uses of CallType in org.jruby.runtime.callsite |
---|
Constructors in org.jruby.runtime.callsite with parameters of type CallType | |
---|---|
CachingCallSite(java.lang.String methodName,
CallType callType)
|
Uses of CallType in org.jruby.runtime.invokedynamic |
---|
Methods in org.jruby.runtime.invokedynamic that return CallType | |
---|---|
CallType |
InvokeDynamicSupport.JRubyCallSite.callType()
|
Methods in org.jruby.runtime.invokedynamic with parameters of type CallType | |
---|---|
protected static boolean |
InvokeDynamicSupport.methodMissing(CacheEntry entry,
CallType callType,
java.lang.String name,
IRubyObject caller)
|
Constructors in org.jruby.runtime.invokedynamic with parameters of type CallType | |
---|---|
InvokeDynamicSupport.JRubyCallSite(java.lang.Class caller,
java.lang.String name,
java.dyn.MethodType type,
CallType callType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |