public class CallGraphEdge extends AbstractEdge<CallGraphEdge,CallGraphNode>
Modifier and Type | Method and Description |
---|---|
org.apache.bcel.classfile.Method |
getCalledMethod() |
org.apache.bcel.classfile.Method |
getCallingMethod() |
CallSite |
getCallSite() |
public CallSite getCallSite()
public org.apache.bcel.classfile.Method getCallingMethod()
public org.apache.bcel.classfile.Method getCalledMethod()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.