Class StaticFieldKey
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.AbstractPointerKey
-
- com.ibm.wala.ipa.callgraph.propagation.StaticFieldKey
-
- All Implemented Interfaces:
PointerKey
public final class StaticFieldKey extends AbstractPointerKey
An pointer key which represents a unique set for each static field.
-
-
Constructor Summary
Constructors Constructor Description StaticFieldKey(IField field)
-
-
-
Constructor Detail
-
StaticFieldKey
public StaticFieldKey(IField field)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAbstractPointerKey
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractPointerKey
-
getField
public IField getField()
-
-