edu.umd.cs.findbugs
Class CallGraphNode

java.lang.Object
  extended by edu.umd.cs.findbugs.graph.AbstractVertex<CallGraphEdge,CallGraphNode>
      extended by edu.umd.cs.findbugs.CallGraphNode
All Implemented Interfaces:
GraphVertex<CallGraphNode>, java.lang.Comparable<CallGraphNode>

public class CallGraphNode
extends AbstractVertex<CallGraphEdge,CallGraphNode>


Field Summary
private  org.apache.bcel.classfile.Method method
           
 
Constructor Summary
CallGraphNode()
           
 
Method Summary
 org.apache.bcel.classfile.Method getMethod()
           
(package private)  void setMethod(org.apache.bcel.classfile.Method method)
           
 
Methods inherited from class edu.umd.cs.findbugs.graph.AbstractVertex
compareTo, getLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private org.apache.bcel.classfile.Method method
Constructor Detail

CallGraphNode

public CallGraphNode()
Method Detail

setMethod

void setMethod(org.apache.bcel.classfile.Method method)

getMethod

public org.apache.bcel.classfile.Method getMethod()