|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CGNode
Basic interface for a node in a call graph.
| Method Summary | |
|---|---|
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. |
java.util.Iterator<CallSiteReference> |
iterateCallSites()
|
java.util.Iterator<NewSiteReference> |
iterateNewSites()
|
| Methods inherited from interface com.ibm.wala.util.graph.INodeWithNumber |
|---|
getGraphNodeId, setGraphNodeId |
| Methods inherited from interface com.ibm.wala.ipa.cha.IClassHierarchyDweller |
|---|
getClassHierarchy |
| Method Detail |
|---|
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()
java.util.Iterator<NewSiteReference> iterateNewSites()
java.util.Iterator<CallSiteReference> iterateCallSites()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||