public abstract class TemporaryVariable extends Variable
EMPTY_ARRAY| Constructor and Description |
|---|
TemporaryVariable() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object other) |
boolean |
equals(Object other) |
abstract String |
getName() |
OperandType |
getOperandType() |
abstract TemporaryVariableType |
getType()
Differentiates between different types of TemporaryVariables (useful for switch and persistence).
|
int |
hashCode() |
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, canCopyPropagate, clone, cloneForInlining, getSimplifiedOperand, getValue, isSelfencode, hasKnownValue, retrievepublic OperandType getOperandType()
getOperandType in class Operandpublic abstract TemporaryVariableType getType()
public int compareTo(Object other)
Copyright © 2001-2016 JRuby. All Rights Reserved.