Class StringConstantCharArray
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.StringConstantCharArray
- All Implemented Interfaces:
ContextItem, InstanceKey
An
InstanceKey which represents the constant char[] contents of a string constant object.-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Method Summary
Modifier and TypeMethodDescriptionbooleanFor now, we assert that each InstanceKey represents a set of classes which are all of the same concrete type (modulo the fact that all arrays of references are considered concrete type []Object;)Get the creation sites ofthis, i.e., the statements that may allocate objects represented bythis.inthashCode()static StringConstantCharArraymake(ConstantKey<String> constant) toString()
-
Method Details
-
make
-
hashCode
-
equals
-
getConcreteType
Description copied from interface:InstanceKeyFor now, we assert that each InstanceKey represents a set of classes which are all of the same concrete type (modulo the fact that all arrays of references are considered concrete type []Object;)- Specified by:
getConcreteTypein interfaceInstanceKey
-
toString
-
getCreationSites
Description copied from interface:InstanceKeyGet the creation sites ofthis, i.e., the statements that may allocate objects represented bythis. A creation site is a pair (n,s), where n is the containingCGNodein the givenCallGraphCGand s is the allocatingNewSiteReference.- Specified by:
getCreationSitesin interfaceInstanceKey
-