public final class ObjectLocationIdentity extends LocationIdentity
LocationIdentity
wrapping an object.Modifier and Type | Field and Description |
---|---|
private JavaConstant |
object |
ANY_LOCATION
Modifier | Constructor and Description |
---|---|
private |
ObjectLocationIdentity(JavaConstant object) |
Modifier and Type | Method and Description |
---|---|
static LocationIdentity |
create(JavaConstant object) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isImmutable()
Denotes a location is unchanging in all cases.
|
String |
toString() |
private JavaConstant object
private ObjectLocationIdentity(JavaConstant object)
public static LocationIdentity create(JavaConstant object)
public boolean isImmutable()
LocationIdentity
isImmutable
in class LocationIdentity