Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.operands | |
org.jruby.ir.persistence | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
TemporaryVariable |
IRScope.getYieldClosureVariable()
Get the variable for accessing the "yieldable" closure in this scope.
|
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.TemporaryVariable(TemporaryVariable temporaryvariable) |
Modifier and Type | Class and Description |
---|---|
class |
TemporaryBooleanVariable
Represents a temporary variable for an unboxed Boolean operand.
|
class |
TemporaryClosureVariable |
class |
TemporaryCurrentModuleVariable |
class |
TemporaryCurrentScopeVariable |
class |
TemporaryFixnumVariable
Represents a temporary variable for an unboxed Fixnum operand.
|
class |
TemporaryFloatVariable
Represents a temporary variable for an unboxed Float operand.
|
class |
TemporaryLocalReplacementVariable
When we optimize full local variables to be temporary ones we like to keep the name
of what we renamed them as.
|
class |
TemporaryLocalVariable
A set of variables which are only used in a particular scope and never
visible to Ruby itself.
|
Modifier and Type | Method and Description |
---|---|
void |
IRDumper.TemporaryVariable(TemporaryVariable temporaryvariable) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.TemporaryVariable(TemporaryVariable temporaryvariable) |
Copyright © 2001-2016 JRuby. All Rights Reserved.