Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.operands | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
TemporaryVariable |
IRScope.getNewTemporaryVariable() |
TemporaryVariable |
IRClosure.getNewTemporaryVariable() |
TemporaryVariable |
IRScope.getNewTemporaryVariable(String name) |
TemporaryVariable |
IRClosure.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–2015 JRuby. All rights reserved.