Class BasicCallGraph.NodeImpl

java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.ipa.callgraph.impl.BasicCallGraph.NodeImpl
All Implemented Interfaces:
CGNode, ContextItem, IClassHierarchyDweller, INodeWithNumber
Direct Known Subclasses:
ExplicitCallGraph.ExplicitNode
Enclosing class:
BasicCallGraph<T>

public abstract static class BasicCallGraph.NodeImpl extends NodeWithNumber implements CGNode
A class that represents the a normal node in a call graph.