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