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