FindBugs™ 1.3.9

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

java.lang.Object
  extended by edu.umd.cs.findbugs.graph.AbstractVertex<InterproceduralCallGraphEdge,InterproceduralCallGraphVertex>
      extended by 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
InterproceduralCallGraphVertex()
           
 
Method Summary
 XMethod getXmethod()
           
 void setXmethod(XMethod xmethod)
           
 
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractVertex
compareTo, equals, getLabel, hashCode, setLabel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterproceduralCallGraphVertex

public InterproceduralCallGraphVertex()
Method Detail

setXmethod

public void setXmethod(XMethod xmethod)
Parameters:
xmethod - The xmethod to set.

getXmethod

public XMethod getXmethod()
Returns:
Returns the xmethod.

FindBugs™ 1.3.9

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