Uses of Enum
org.jruby.runtime.Signature.Rest
Packages that use Signature.Rest
-
Uses of Signature.Rest in org.jruby.runtime
Fields in org.jruby.runtime declared as Signature.RestModifier and TypeFieldDescriptionprivate final Signature.RestSignature.restprivate static final Signature.Rest[]Signature.Rest.VALUESMethods in org.jruby.runtime that return Signature.RestModifier and TypeMethodDescriptionstatic Signature.RestSignature.Rest.fromOrdinal(int ordinal) Signature.rest()private static Signature.RestSignature.restFromArg(Node restArg) static Signature.RestReturns the enum constant of this type with the specified name.static Signature.Rest[]Signature.Rest.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 Signature.RestModifier and TypeMethodDescriptionstatic SignatureSignature.from(int pre, int opt, int post, int kwargs, int requiredKwargs, Signature.Rest rest, int keyRest) Constructors in org.jruby.runtime with parameters of type Signature.RestModifierConstructorDescriptionSignature(int pre, int opt, int post, Signature.Rest rest, int kwargs, int requiredKwargs, int keyRest)