Class ZeroLengthArrayInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
com.ibm.wala.ipa.callgraph.propagation.ZeroLengthArrayInNode
- All Implemented Interfaces:
InstanceKeyWithNode, ContextItem, InstanceKey
Represents an array with length zero. Useful for precision since such arrays cannot have
contents.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ContextItem
ContextItem.Value<T> -
Constructor Summary
ConstructorsConstructorDescriptionZeroLengthArrayInNode(CGNode node, NewSiteReference allocation, IClass type) -
Method Summary
Methods inherited from class AllocationSiteInNode
getCreationSites, getSite, toStringMethods inherited from class AbstractTypeInNode
getConcreteType, getNodeModifier and TypeMethodDescriptionFor 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;)getNode()
-
Constructor Details
-
ZeroLengthArrayInNode
-
-
Method Details
-
equals
- Specified by:
equalsin classAllocationSiteInNode
-
hashCode
public int hashCode()- Specified by:
hashCodein classAllocationSiteInNode
-