| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.operands | |
| org.jruby.ir.persistence |
| Modifier and Type | Method and Description |
|---|---|
TemporaryLocalVariable |
IRScope.getNewTemporaryVariable(TemporaryVariableType type) |
TemporaryLocalVariable |
IRClosure.getNewTemporaryVariable(TemporaryVariableType type) |
| Modifier and Type | Method and Description |
|---|---|
static TemporaryVariableType |
TemporaryVariableType.fromOrdinal(int value) |
abstract TemporaryVariableType |
TemporaryVariable.getType()
Differentiates between different types of TemporaryVariables (useful for switch and persistence).
|
TemporaryVariableType |
TemporaryLocalVariable.getType() |
TemporaryVariableType |
TemporaryFloatVariable.getType() |
TemporaryVariableType |
TemporaryFixnumVariable.getType() |
TemporaryVariableType |
TemporaryCurrentScopeVariable.getType() |
TemporaryVariableType |
TemporaryCurrentModuleVariable.getType() |
TemporaryVariableType |
TemporaryClosureVariable.getType() |
TemporaryVariableType |
TemporaryBooleanVariable.getType() |
static TemporaryVariableType |
TemporaryVariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporaryVariableType[] |
TemporaryVariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TemporaryVariableType |
IRReaderStream.decodeTemporaryVariableType() |
TemporaryVariableType |
IRReaderDecoder.decodeTemporaryVariableType() |
Copyright © 2001-2016 JRuby. All Rights Reserved.