Package edu.umd.cs.findbugs
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bcel.classfile.Method
org.apache.bcel.classfile.Method
(package private) void
setCallSite
(CallSite callSite)
-
Field Details
-
callSite
-
-
Constructor Details
-
CallGraphEdge
CallGraphEdge(CallGraphNode source, CallGraphNode target)
-
-
Method Details
-
setCallSite
-
getCallSite
-
getCallingMethod
public org.apache.bcel.classfile.Method getCallingMethod() -
getCalledMethod
public org.apache.bcel.classfile.Method getCalledMethod()
-