| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.operands | |
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
TemporaryVariable |
IRClosure.getNewTemporaryVariable() |
TemporaryVariable |
IRScope.getNewTemporaryVariable() |
TemporaryVariable |
IRClosure.getNewTemporaryVariable(String name) |
TemporaryVariable |
IRScope.getNewTemporaryVariable(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRVisitor.TemporaryVariable(TemporaryVariable temporaryvariable) |
| Constructor and Description |
|---|
LoadLocalVarInstr(IRScope scope,
TemporaryVariable result,
LocalVariable lvar) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporaryClosureVariable |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.TemporaryVariable(TemporaryVariable temporaryvariable) |
Copyright © 2001–2024 JRuby. All rights reserved.