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() |
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, isSelf
encode, getOperandType, hasKnownValue, retrieve
public abstract TemporaryVariableType getType()
public int compareTo(Object other)
Copyright © 2001-2015 JRuby. All Rights Reserved.