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, getNode
-
Constructor Details
-
ZeroLengthArrayInNode
-
-
Method Details
-
equals
- Specified by:
equalsin classAllocationSiteInNode
-
hashCode
public int hashCode()- Specified by:
hashCodein classAllocationSiteInNode
-