Class ContextUtil
java.lang.Object
com.ibm.wala.ipa.callgraph.ContextUtil
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ContextUtil
public ContextUtil()
-
-
Method Details
-
getConcreteClassFromContext
- Parameters:
c
- a context- Returns:
- If this is an object-sensitive context that identifies a unique class for the receiver object, then return the unique class. Else, return null.
- Throws:
IllegalArgumentException
- if c is null
-