Package edu.umd.cs.findbugs.ba.ch
Class InterproceduralCallGraphVertex
- java.lang.Object
-
- edu.umd.cs.findbugs.graph.AbstractVertex<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
-
- edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
-
- All Implemented Interfaces:
GraphVertex<InterproceduralCallGraphVertex>
,java.lang.Comparable<InterproceduralCallGraphVertex>
public class InterproceduralCallGraphVertex extends AbstractVertex<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
Class representing a vertex in the interprocedural call graph; i.e., a method.- Author:
- David Hovemeyer
-
-
Constructor Summary
Constructors Constructor Description InterproceduralCallGraphVertex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMethod
getXmethod()
void
setXmethod(XMethod xmethod)
-