| Package | Description |
|---|---|
| org.jruby.ir.operands |
| Modifier and Type | Method and Description |
|---|---|
static BuiltinClass.Type |
BuiltinClass.Type.fromOrdinal(int value) |
BuiltinClass.Type |
BuiltinClass.getType() |
static BuiltinClass.Type |
BuiltinClass.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuiltinClass.Type[] |
BuiltinClass.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BuiltinClass(BuiltinClass.Type type) |
Copyright © 2001-2023 JRuby. All Rights Reserved.