Uses of Enum Class
org.jruby.ir.instructions.IntegerMathInstr.Op
Packages that use IntegerMathInstr.Op
-
Uses of IntegerMathInstr.Op in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return IntegerMathInstr.OpModifier and TypeMethodDescriptionstatic IntegerMathInstr.Op
IntegerMathInstr.Op.fromOrdinal
(int value) IntegerMathInstr.getOp()
static IntegerMathInstr.Op
Returns the enum constant of this class with the specified name.static IntegerMathInstr.Op[]
IntegerMathInstr.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jruby.ir.instructions with parameters of type IntegerMathInstr.OpModifierConstructorDescriptionIntegerMathInstr
(IntegerMathInstr.Op op, Variable result, Operand operand1, Operand operand2)