harpoon.Analysis.PA2
Class NodeRepository.INode

java.lang.Object
  extended by harpoon.Analysis.PA2.PANode
      extended by harpoon.Analysis.PA2.NodeRepository.INode
Enclosing class:
NodeRepository

public static class NodeRepository.INode
extends PANode


Nested Class Summary
 
Nested classes/interfaces inherited from class harpoon.Analysis.PA2.PANode
PANode.Kind
 
Field Summary
 
Fields inherited from class harpoon.Analysis.PA2.PANode
kind, type
 
Constructor Summary
NodeRepository.INode(Quad q, GenType gt)
           
NodeRepository.INode(Quad q, HClass hclass)
           
 
Method Summary
 Quad getQuad()
           
 String toString()
           
 
Methods inherited from class harpoon.Analysis.PA2.PANode
getId, isFresh, link, other
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeRepository.INode

public NodeRepository.INode(Quad q,
                            HClass hclass)

NodeRepository.INode

public NodeRepository.INode(Quad q,
                            GenType gt)
Method Detail

getQuad

public final Quad getQuad()

toString

public String toString()
Overrides:
toString in class Object