Uses of Enum
org.jruby.ir.listeners.InstructionsListener.OperationType
Packages that use InstructionsListener.OperationType
-
Uses of InstructionsListener.OperationType in org.jruby.ir.listeners
Methods in org.jruby.ir.listeners that return InstructionsListener.OperationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static InstructionsListener.OperationType[]InstructionsListener.OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.ir.listeners with parameters of type InstructionsListener.OperationTypeModifier and TypeMethodDescriptionvoidInstructionsListener.instrChanged(BasicBlock basicBlock, Instr oldInstr, Instr newInstr, int index, InstructionsListener.OperationType op) listen to a change of a list of instructions, right before the change going to take place -
Uses of InstructionsListener.OperationType in org.jruby.ir.util
Methods in org.jruby.ir.util with parameters of type InstructionsListener.OperationTypeModifier and TypeMethodDescriptionvoidIGVInstrListener.instrChanged(BasicBlock basicBlock, Instr oldInstr, Instr newInstr, int index, InstructionsListener.OperationType op)