Package | Description |
---|---|
org.jruby.ir.listeners |
Modifier and Type | Method and Description |
---|---|
static InstructionsListener.OperationType |
InstructionsListener.OperationType.valueOf(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(List<Instr> instrs,
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
|
Copyright © 2001–2015 JRuby. All rights reserved.