Class CallGraphEdge
java.lang.Object
edu.umd.cs.findbugs.graph.AbstractEdge<CallGraphEdge, CallGraphNode>
edu.umd.cs.findbugs.CallGraphEdge
- All Implemented Interfaces:
GraphEdge<CallGraphEdge, CallGraphNode>, Comparable<CallGraphEdge>
-
Method Details
-
getCallSite
-
getCallingMethod
public org.apache.bcel.classfile.Method getCallingMethod() -
getCalledMethod
public org.apache.bcel.classfile.Method getCalledMethod()
-