|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.cfg.CFGBuilder.Graph
tip.cfg.CFGBuilder.ProgramPointGraph
private static class CFGBuilder.ProgramPointGraph
Field Summary | |
---|---|
AProgramPoint |
programPoint
|
Fields inherited from class tip.cfg.CFGBuilder.Graph |
---|
entryMap, exitMap, innerEntry, innerExit, node, outerEntry, outerExit |
Constructor Summary | |
---|---|
CFGBuilder.ProgramPointGraph(Node node,
AProgramPoint programPoint)
|
Method Summary | |
---|---|
void |
getSuccessorPoints(java.util.Set<CFGBuilder.ProgramPointGraph> programPointSet,
java.util.Set<CFGBuilder.Graph> graphSet)
|
Methods inherited from class tip.cfg.CFGBuilder.Graph |
---|
getEntry, getEntry, getExit, getExit, getInnerEntry, getInnerExit, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public AProgramPoint programPoint
Constructor Detail |
---|
public CFGBuilder.ProgramPointGraph(Node node, AProgramPoint programPoint)
Method Detail |
---|
public void getSuccessorPoints(java.util.Set<CFGBuilder.ProgramPointGraph> programPointSet, java.util.Set<CFGBuilder.Graph> graphSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |