|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractEdge<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphEdge
public class InterproceduralCallGraphEdge
A class representing an edge in the interprocedural call graph; i.e., a call from one method to another.
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 |
---|
public InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
source
- source vertex (caller)target
- target vertex (callee)
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |