SandMark version 2.1


sandmark.util.controlflowgraph
Class RegisterAllocator.IGNode

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.GraphNode
        |
        +--sandmark.util.controlflowgraph.RegisterAllocator.IGNode
Enclosing class:
RegisterAllocator

class RegisterAllocator.IGNode
extends GraphNode


Field Summary
(package private)  int color
           
(package private)  LiveVariable var
           
 
Fields inherited from class sandmark.util.controlflowgraph.GraphNode
container, mBlockNum, postIndex, predecessors, preIndex, sBlockNum, successors
 
Constructor Summary
RegisterAllocator.IGNode(LiveVariable var)
           
 
Method Summary
 boolean equals(java.lang.Object a)
           
 LiveVariable getVar()
           
 
Methods inherited from class sandmark.util.controlflowgraph.GraphNode
getPredessors, getSuccessors, graph, postOrderIndex, preOrderIndex, setGraph, setPostOrderIndex, setPreOrderIndex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

var

LiveVariable var

color

int color
Constructor Detail

RegisterAllocator.IGNode

public RegisterAllocator.IGNode(LiveVariable var)
Method Detail

equals

public boolean equals(java.lang.Object a)
Overrides:
equals in class java.lang.Object

getVar

public LiveVariable getVar()

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002