Package com.ibm.wala.util.ssa
Class SSAValue.WeaklyNamedKey
- java.lang.Object
-
- com.ibm.wala.util.ssa.SSAValue.NamedKey
-
- com.ibm.wala.util.ssa.SSAValue.WeaklyNamedKey
-
- All Implemented Interfaces:
SSAValue.VariableKey
- Direct Known Subclasses:
ParameterAccessor.ParameterKey
- Enclosing class:
- SSAValue
public static class SSAValue.WeaklyNamedKey extends SSAValue.NamedKey
This NamedKey also equals to TypeKeys.
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.util.ssa.SSAValue.NamedKey
name, type
-
-
Constructor Summary
Constructors Constructor Description WeaklyNamedKey(TypeName type, String name)
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSSAValue.NamedKey
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSSAValue.NamedKey
-
toString
public String toString()
- Overrides:
toString
in classSSAValue.NamedKey
-
-