Package | Description |
---|---|
org.jruby.runtime |
Modifier and Type | Method and Description |
---|---|
Signature.Rest |
Signature.rest() |
static Signature.Rest |
Signature.Rest.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(int pre,
int opt,
int post,
int kwargs,
int requiredKwargs,
Signature.Rest rest,
boolean restKwargs) |
Constructor and Description |
---|
Signature(int pre,
int opt,
int post,
Signature.Rest rest,
int kwargs,
int requiredKwargs,
boolean restKwargs) |
Copyright © 2001-2015 JRuby. All Rights Reserved.