public class LiveVarNode extends Object
Modifier and Type | Field and Description |
---|---|
protected Node |
liveVariable
A live variable is represented by a node, which can be a
LocalVariableNode or FieldAccessNode . |
Constructor and Description |
---|
LiveVarNode(Node n)
Create a new live variable.
|
protected final Node liveVariable
LocalVariableNode
or FieldAccessNode
.public LiveVarNode(Node n)
n
- a node