Uses of Class
org.jruby.runtime.Arity
Packages that use Arity
Package
Description
-
Uses of Arity in org.jruby.ext.ffi
Fields in org.jruby.ext.ffi declared as ArityModifier and TypeFieldDescriptionprotected final Arity
AbstractInvoker.arity
The arity of this function.protected final Arity
CallbackInfo.arity
The arity of this function.Methods in org.jruby.ext.ffi that return Arity -
Uses of Arity in org.jruby.ext.ffi.jffi
Fields in org.jruby.ext.ffi.jffi declared as ArityModifier and TypeFieldDescriptionprotected final Arity
DefaultMethod.arity
protected final Arity
NativeInvoker.arity
Methods in org.jruby.ext.ffi.jffi that return Arity -
Uses of Arity in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return Arity -
Uses of Arity in org.jruby.internal.runtime.methods
Methods in org.jruby.internal.runtime.methods that return ArityModifier and TypeMethodDescriptionAliasMethod.getArity()
Deprecated.DelegatingDynamicMethod.getArity()
Deprecated.DynamicMethod.getArity()
Deprecated.HandleMethod.getArity()
Deprecated.JavaMethod.getArity()
Deprecated.JavaMethod.JavaMethodOne.getArity()
Deprecated.JavaMethod.JavaMethodOneBlock.getArity()
Deprecated.JavaMethod.JavaMethodThree.getArity()
Deprecated.JavaMethod.JavaMethodTwo.getArity()
Deprecated.JavaMethod.JavaMethodZero.getArity()
Deprecated.PartialDelegatingMethod.getArity()
Deprecated.ProcMethod.getArity()
Deprecated.Methods in org.jruby.internal.runtime.methods with parameters of type Arity -
Uses of Arity in org.jruby.runtime
Fields in org.jruby.runtime declared as ArityModifier and TypeFieldDescriptionstatic final Arity
Arity.NO_ARGUMENTS
static final Arity
Arity.ONE_ARGUMENT
static final Arity
Arity.ONE_REQUIRED
static final Arity
Arity.OPTIONAL
static final Arity
Arity.THREE_ARGUMENTS
static final Arity
Arity.THREE_REQUIRED
static final Arity
Arity.TWO_ARGUMENTS
static final Arity
Arity.TWO_REQUIRED
Methods in org.jruby.runtime that return ArityModifier and TypeMethodDescriptionBlock.arity()
Deprecated.BlockBody.arity()
Deprecated.Signature.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, int required) static Arity
Arity.fromAnnotation
(JRubyMethod anno, Class[] parameterTypes, boolean isStatic) static Arity
Arity.noArguments()
static Arity
Arity.optional()
static Arity
Arity.required
(int minimum) static Arity
Arity.singleArgument()
static Arity
Arity.twoArguments()
Methods in org.jruby.runtime with parameters of type ArityModifier and TypeMethodDescriptionstatic Signature
Deprecated.static Block
CallBlock.newCallClosure
(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context) Deprecated.static Block
CallBlock19.newCallClosure
(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context) Deprecated.Constructors in org.jruby.runtime with parameters of type Arity -
Uses of Arity in org.jruby.runtime.callback
Methods in org.jruby.runtime.callback that return Arity