FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class CallGraphEdge

java.lang.Object
  extended by edu.umd.cs.findbugs.graph.AbstractEdge<CallGraphEdge,CallGraphNode>
      extended by edu.umd.cs.findbugs.CallGraphEdge
All Implemented Interfaces:
GraphEdge<CallGraphEdge,CallGraphNode>, java.lang.Comparable<CallGraphEdge>

public class CallGraphEdge
extends AbstractEdge<CallGraphEdge,CallGraphNode>


Method Summary
 org.apache.bcel.classfile.Method getCalledMethod()
           
 org.apache.bcel.classfile.Method getCallingMethod()
           
 CallSite getCallSite()
           
 
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractEdge
compareTo, equals, getLabel, getSource, getTarget, hashCode, setLabel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCallSite

public CallSite getCallSite()

getCallingMethod

public org.apache.bcel.classfile.Method getCallingMethod()

getCalledMethod

public org.apache.bcel.classfile.Method getCalledMethod()

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.