Class CallString
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.CallString
-
- All Implemented Interfaces:
ContextItem
public class CallString extends Object implements ContextItem
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Constructor Summary
Constructors Constructor Description CallString(CallSiteReference site, IMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CallSiteReference[]
getCallSiteRefs()
IMethod[]
getMethods()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CallString
public CallString(CallSiteReference site, IMethod method)
-
-
Method Detail
-
getCallSiteRefs
public CallSiteReference[] getCallSiteRefs()
-
getMethods
public IMethod[] getMethods()
-
-