Package edu.umd.cs.findbugs.ba.ch
Class InterproceduralCallGraphEdge
- java.lang.Object
-
- edu.umd.cs.findbugs.graph.AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
-
- 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
Constructors Constructor Description InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
Constructor.
-
-
-
Constructor Detail
-
InterproceduralCallGraphEdge
public InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
Constructor.- Parameters:
source
- source vertex (caller)target
- target vertex (callee)
-
-