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