| Package | Description |
|---|---|
| org.jruby.ir.listeners | |
| org.jruby.ir.util |
| Modifier and Type | Method and Description |
|---|---|
static InstructionsListener.OperationType |
InstructionsListener.OperationType.valueOf(java.lang.String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionsListener.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
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGVInstrListener.instrChanged(BasicBlock basicBlock,
Instr oldInstr,
Instr newInstr,
int index,
InstructionsListener.OperationType op) |
Copyright © 2001-2021 JRuby. All Rights Reserved.