Package com.ibm.wala.ipa.modref
Class ArrayLengthKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
-
- com.ibm.wala.ipa.modref.ArrayLengthKey
-
- All Implemented Interfaces:
InstanceFieldPointerKey
,PointerKey
public class ArrayLengthKey extends AbstractFieldPointerKey
APointerKey
that represents an array length location
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
instance
-
-
Constructor Summary
Constructors Constructor Description ArrayLengthKey(InstanceKey i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractFieldPointerKey
getInstanceKey
-
-
-
-
Constructor Detail
-
ArrayLengthKey
public ArrayLengthKey(InstanceKey i)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
-