| Package | Description |
|---|---|
| org.jruby.internal.runtime.methods |
| Modifier and Type | Field and Description |
|---|---|
private Framing |
CallConfiguration.framing |
| Modifier and Type | Method and Description |
|---|---|
Framing |
CallConfiguration.framing() |
static Framing |
Framing.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Framing[] |
Framing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CallConfiguration(Framing framing,
Scoping scoping) |