| Package | Description |
|---|---|
| org.jruby.embed | |
| org.jruby.embed.internal |
| Modifier and Type | Method and Description |
|---|---|
static AttributeName |
AttributeName.getType(java.lang.String fqpn)
Returns a fully qualified attribute name that corresponds to a given
enumerated type identifier.
|
static AttributeName |
AttributeName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeName[] |
AttributeName.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.Map<AttributeName,java.lang.Object> |
LocalContext.attributes |