Class 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.
Author:
David Hovemeyer
  • Constructor Details

    • InterproceduralCallGraphVertex

      public InterproceduralCallGraphVertex()
  • Method Details

    • setXmethod

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

      public XMethod getXmethod()
      Returns:
      Returns the xmethod.