| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.listeners |
| Modifier and Type | Field and Description |
|---|---|
private InstructionsListener |
IRManager.instrsListener |
| Modifier and Type | Method and Description |
|---|---|
InstructionsListener |
IRManager.getInstructionsListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRManager.addListener(InstructionsListener listener) |
void |
IRManager.removeListener(InstructionsListener listener) |
| Modifier and Type | Field and Description |
|---|---|
private InstructionsListener |
InstructionsListenerDecorator.listener |
| Constructor and Description |
|---|
InstructionsListenerDecorator(java.util.List<Instr> instrs,
InstructionsListener listener) |