Uses of Enum Class
org.jruby.runtime.Signature.Rest
Packages that use Signature.Rest
-
Uses of Signature.Rest in org.jruby.runtime
Methods in org.jruby.runtime that return Signature.RestModifier and TypeMethodDescriptionstatic Signature.Rest
Signature.Rest.fromOrdinal
(int ordinal) Signature.rest()
static Signature.Rest
Returns the enum constant of this class with the specified name.static Signature.Rest[]
Signature.Rest.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.runtime with parameters of type Signature.RestModifier and TypeMethodDescriptionstatic Signature
Signature.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)