public interface CGNode extends com.ibm.wala.util.graph.INodeWithNumber, ContextItem, IClassHierarchyDweller
ContextItem.Value<T>| Modifier and Type | Method and Description |
|---|---|
boolean |
addTarget(CallSiteReference site,
CGNode target)
Deprecated.
|
Context |
getContext()
Return the
context this CGNode represents. |
DefUse |
getDU() |
IR |
getIR() |
IMethod |
getMethod()
Return the
method this CGNode represents. |
Iterator<CallSiteReference> |
iterateCallSites() |
Iterator<NewSiteReference> |
iterateNewSites() |
getGraphNodeId, setGraphNodeIdgetClassHierarchyIMethod getMethod()
method this CGNode represents.
This value will never be null.Context getContext()
context this CGNode represents.
This value will never be null.@Deprecated boolean addTarget(CallSiteReference site, CGNode target)
IR getIR()
DefUse getDU()
Iterator<NewSiteReference> iterateNewSites()
Iterator<CallSiteReference> iterateCallSites()
Copyright © 2015. All rights reserved.