public interface CGNode extends 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, setGraphNodeId
getClassHierarchy
IMethod 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()