SandMark version 2.1


sandmark.watermark.venkie
Class ProgramCFG

java.lang.Object
  |
  +--sandmark.watermark.venkie.Graph
        |
        +--sandmark.watermark.venkie.ProgramCFG

public class ProgramCFG
extends Graph


Field Summary
(package private)  MethodCollection mMC
           
 
Constructor Summary
ProgramCFG(MethodCollection mc)
           
 
Methods inherited from class sandmark.watermark.venkie.Graph
addEdge, addNode, edgeCount, getPreds, getSuccs, hasEdge, hasNode, nodeCount, nodes, removeEdge, removeNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mMC

MethodCollection mMC
Constructor Detail

ProgramCFG

public ProgramCFG(MethodCollection mc)

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002