Package | Description |
---|---|
org.jruby | |
org.jruby.ext.ffi | |
org.jruby.ext.ffi.jffi | |
org.jruby.internal.runtime.methods | |
org.jruby.runtime | |
org.jruby.runtime.callback |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
RubyEnumerable.all_pCommon(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
static IRubyObject |
RubyEnumerable.any_pCommon(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
static IRubyObject |
RubyEnumerable.callEach(Ruby runtime,
ThreadContext context,
IRubyObject self,
Arity arity,
BlockCallback callback)
Deprecated.
|
static IRubyObject |
RubyEnumerable.callEach(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Arity arity,
BlockCallback callback)
Deprecated.
|
static IRubyObject |
RubyEnumerable.callEach19(Ruby runtime,
ThreadContext context,
IRubyObject self,
Arity arity,
BlockCallback callback)
Deprecated.
|
static IRubyObject |
RubyEnumerable.find_index(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
static IRubyObject |
RubyEnumerable.find_indexCommon(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
static IRubyObject |
RubyEnumerable.none_p(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
static IRubyObject |
RubyEnumerable.one_p(ThreadContext context,
IRubyObject self,
Block block,
Arity callbackArity)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Arity |
CallbackInfo.arity
The arity of this function.
|
protected Arity |
AbstractInvoker.arity
The arity of this function.
|
Modifier and Type | Method and Description |
---|---|
Arity |
CallbackInfo.getArity()
Returns the
Arity of this function. |
Arity |
AbstractInvoker.getArity()
Returns the
Arity of this function. |
Modifier and Type | Field and Description |
---|---|
protected Arity |
NativeInvoker.arity |
protected Arity |
DefaultMethod.arity |
Modifier and Type | Method and Description |
---|---|
Arity |
VariadicInvoker.getArity()
Returns the
Arity of this function. |
Arity |
NativeInvoker.getArity() |
Arity |
DefaultMethod.getArity() |
Modifier and Type | Field and Description |
---|---|
protected Arity |
JavaMethod.arity |
Modifier and Type | Method and Description |
---|---|
Arity |
WrapperMethod.getArity() |
Arity |
ProcMethod.getArity() |
Arity |
MixedModeIRMethod.getArity() |
Arity |
JavaMethod.getArity() |
Arity |
JavaMethod.JavaMethodOneBlock.getArity() |
Arity |
JavaMethod.JavaMethodZero.getArity() |
Arity |
JavaMethod.JavaMethodOne.getArity() |
Arity |
JavaMethod.JavaMethodTwo.getArity() |
Arity |
JavaMethod.JavaMethodThree.getArity() |
Arity |
InterpretedIRMethod.getArity() |
Arity |
HandleMethod.getArity() |
Arity |
DynamicMethod.getArity()
Retrieve the arity of this method, used for reporting arity to Ruby
code.
|
Arity |
DelegatingDynamicMethod.getArity() |
Arity |
CompiledIRMethod.getArity() |
Arity |
AliasMethod.getArity() |
Modifier and Type | Method and Description |
---|---|
void |
JavaMethod.init(RubyModule implementationClass,
Arity arity,
Visibility visibility,
StaticScope staticScope,
CallConfiguration callConfig) |
void |
JavaMethod.setArity(Arity arity) |
Modifier and Type | Field and Description |
---|---|
static Arity |
Arity.NO_ARGUMENTS |
static Arity |
Arity.ONE_ARGUMENT |
static Arity |
Arity.ONE_REQUIRED |
static Arity |
Arity.OPTIONAL |
static Arity |
Arity.THREE_ARGUMENTS |
static Arity |
Arity.THREE_REQUIRED |
static Arity |
Arity.TWO_ARGUMENTS |
static Arity |
Arity.TWO_REQUIRED |
Modifier and Type | Method and Description |
---|---|
Arity |
Signature.arity() |
Arity |
BlockBody.arity()
Deprecated.
|
Arity |
Block.arity()
Deprecated.
|
static Arity |
Arity.createArity(int value) |
static Arity |
Arity.fixed(int arity) |
static Arity |
Arity.fromAnnotation(JRubyMethod anno) |
static Arity |
Arity.fromAnnotation(JRubyMethod anno,
Class[] parameterTypes,
boolean isStatic) |
static Arity |
Arity.fromAnnotation(JRubyMethod anno,
int required) |
static Arity |
Arity.noArguments() |
static Arity |
Arity.optional() |
static Arity |
Arity.required(int minimum) |
static Arity |
Arity.singleArgument() |
static Arity |
Arity.twoArguments() |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(Arity arity) |
static Block |
CallBlock19.newCallClosure(IRubyObject self,
RubyModule imClass,
Arity arity,
BlockCallback callback,
ThreadContext context)
Deprecated.
|
static Block |
CallBlock.newCallClosure(IRubyObject self,
RubyModule imClass,
Arity arity,
BlockCallback callback,
ThreadContext context)
Deprecated.
|
Constructor and Description |
---|
ContextAwareBlockBody(StaticScope scope,
Arity arity,
int argumentType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Arity |
Callback.getArity()
Deprecated.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.