| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
protected LineNumberInstr[] |
IRManager.growLineNumbersPool(int index) |
LineNumberInstr |
IRManager.newLineNumber(int line) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.LineNumberInstr(LineNumberInstr linenumberinstr) |
| Modifier and Type | Class and Description |
|---|---|
class |
InlinedLineNumberInstr
This represents a linenumber instr that has been inlined into another method/closure.
|
| Modifier and Type | Method and Description |
|---|---|
static LineNumberInstr |
LineNumberInstr.decode(IRReaderDecoder d) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.LineNumberInstr(LineNumberInstr linenumberinstr) |
Copyright © 2001-2016 JRuby. All Rights Reserved.