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 ArityAbstractInvoker.arityThe arity of this function.protected final ArityCallbackInfo.arityThe 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 ArityDefaultMethod.arityprotected final ArityNativeInvoker.arityMethods 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 ArityArity.NO_ARGUMENTSstatic final ArityArity.ONE_ARGUMENTstatic final ArityArity.ONE_REQUIREDstatic final ArityArity.OPTIONALstatic final ArityArity.THREE_ARGUMENTSstatic final ArityArity.THREE_REQUIREDstatic final ArityArity.TWO_ARGUMENTSstatic final ArityArity.TWO_REQUIREDMethods in org.jruby.runtime that return ArityModifier and TypeMethodDescriptionBlock.arity()Deprecated.BlockBody.arity()Deprecated.Signature.arity()Deprecated.static ArityArity.createArity(int value) static ArityArity.fixed(int arity) static ArityArity.fromAnnotation(JRubyMethod anno) static ArityArity.fromAnnotation(JRubyMethod anno, int required) static ArityArity.fromAnnotation(JRubyMethod anno, Class[] parameterTypes, boolean isStatic) static ArityArity.noArguments()static ArityArity.optional()static ArityArity.required(int minimum) static ArityArity.singleArgument()static ArityArity.twoArguments()Methods in org.jruby.runtime with parameters of type ArityModifier and TypeMethodDescriptionstatic SignatureDeprecated.static BlockCallBlock.newCallClosure(IRubyObject self, RubyModule imClass, Arity arity, BlockCallback callback, ThreadContext context) Deprecated.static BlockCallBlock19.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