FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.ch
Class InterproceduralCallGraphEdge

java.lang.Object
  extended by edu.umd.cs.findbugs.graph.AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
      extended by edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphEdge
All Implemented Interfaces:
GraphEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>, java.lang.Comparable<InterproceduralCallGraphEdge>

public class InterproceduralCallGraphEdge
extends AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>

A class representing an edge in the interprocedural call graph; i.e., a call from one method to another.

Author:
David Hovemeyer

Constructor Summary
InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
          Constructor.
 
Method Summary
 
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
 

Constructor Detail

InterproceduralCallGraphEdge

public InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source,
                                    InterproceduralCallGraphVertex target)
Constructor.

Parameters:
source - source vertex (caller)
target - target vertex (callee)

FindBugs™ 1.3.9

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