Uses of Enum Class
org.jruby.ir.instructions.BIntInstr.Op
Packages that use BIntInstr.Op
-
Uses of BIntInstr.Op in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return BIntInstr.OpModifier and TypeMethodDescriptionstatic BIntInstr.OpBIntInstr.Op.fromOrdinal(int value) BIntInstr.getOp()static BIntInstr.OpReturns the enum constant of this class with the specified name.static BIntInstr.Op[]BIntInstr.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 BIntInstr.OpModifierConstructorDescriptionBIntInstr(Label jumpTarget, BIntInstr.Op op, Operand v1, Operand v2)