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>
,java.lang.Comparable<CallGraphEdge>
public class CallGraphEdge extends AbstractEdge<CallGraphEdge,CallGraphNode>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.bcel.classfile.Method
getCalledMethod()
org.apache.bcel.classfile.Method
getCallingMethod()
CallSite
getCallSite()
-
-
-
Method Detail
-
getCallSite
public CallSite getCallSite()
-
getCallingMethod
public org.apache.bcel.classfile.Method getCallingMethod()
-
getCalledMethod
public org.apache.bcel.classfile.Method getCalledMethod()
-
-