Package edu.umd.cs.findbugs
Class CallGraphNode
java.lang.Object
edu.umd.cs.findbugs.graph.AbstractVertex<CallGraphEdge,CallGraphNode>
edu.umd.cs.findbugs.CallGraphNode
- All Implemented Interfaces:
GraphVertex<CallGraphNode>
,Comparable<CallGraphNode>
-
Constructor Details
-
CallGraphNode
public CallGraphNode()
-
-
Method Details
-
getMethod
public org.apache.bcel.classfile.Method getMethod()
-