Package | Description |
---|---|
org.jruby.ir.listeners |
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(java.util.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 © 2002-2009 JRuby Team. All Rights Reserved.