|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractGraph<CallGraphEdge,CallGraphNode>
edu.umd.cs.findbugs.CallGraph
public class CallGraph
Constructor Summary | |
---|---|
CallGraph()
|
Method Summary | |
---|---|
CallGraphNode |
addNode(org.apache.bcel.classfile.Method method)
|
protected CallGraphEdge |
allocateEdge(CallGraphNode source,
CallGraphNode target)
|
CallGraphEdge |
createEdge(CallGraphNode source,
CallGraphNode target,
CallSite callSite)
|
CallGraphNode |
getNodeForMethod(org.apache.bcel.classfile.Method method)
|
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractGraph |
---|
addVertex, containsVertex, createEdge, edgeIterator, getNumEdgeLabels, getNumEdges, getNumIncomingEdges, getNumOutgoingEdges, getNumVertexLabels, getNumVertices, incomingEdgeIterator, lookupEdge, outgoingEdgeIterator, predecessorIterator, removeEdge, removeVertex, setNumEdgeLabels, setNumVertexLabels, successorIterator, vertexIterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallGraph()
Method Detail |
---|
public CallGraphEdge createEdge(CallGraphNode source, CallGraphNode target, CallSite callSite)
public CallGraphNode addNode(org.apache.bcel.classfile.Method method)
public CallGraphNode getNodeForMethod(org.apache.bcel.classfile.Method method)
protected CallGraphEdge allocateEdge(CallGraphNode source, CallGraphNode target)
allocateEdge
in class AbstractGraph<CallGraphEdge,CallGraphNode>
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |