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>, Comparable<InterproceduralCallGraphVertex>
public class InterproceduralCallGraphVertex
extends AbstractVertex<InterproceduralCallGraphEdge, InterproceduralCallGraphVertex>
Class representing a vertex in the interprocedural call graph; i.e., a
method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xmethod
-
-
Constructor Details
-
InterproceduralCallGraphVertex
public InterproceduralCallGraphVertex()
-
-
Method Details
-
setXmethod
- Parameters:
xmethod- The xmethod to set.
-
getXmethod
- Returns:
- Returns the xmethod.
-