Modifier and Type | Field and Description |
---|---|
pack-priv HotSpotResolvedObjectTypeImpl |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public abstract boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public final HotSpotResolvedObjectType | getArrayClass()
Implements jdk. Gets the array class type representing an array with elements of this type. |
pack-priv abstract HotSpotResolvedObjectTypeImpl | |
pack-priv abstract JavaConstant | |
public final int | |
pack-priv abstract boolean | Returns: true if this type is being initializedChecks whether this type is currently being initialized. |
arrayOfType | back to summary |
---|---|
pack-priv HotSpotResolvedObjectTypeImpl arrayOfType |
HotSpotResolvedJavaType | back to summary |
---|---|
pack-priv HotSpotResolvedJavaType(String name) |
equals | back to summary |
---|---|
public abstract boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getArrayClass | back to summary |
---|---|
public final HotSpotResolvedObjectType getArrayClass() Implements jdk. Doc from jdk. Gets the array class type representing an array with elements of this type.
|
getArrayType | back to summary |
---|---|
pack-priv abstract HotSpotResolvedObjectTypeImpl getArrayType() |
getJavaMirror | back to summary |
---|---|
pack-priv abstract JavaConstant getJavaMirror() |
hashCode | back to summary |
---|---|
public final int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isBeingInitialized | back to summary |
---|---|
pack-priv abstract boolean isBeingInitialized() Checks whether this type is currently being initialized. If a type is being initialized it
implies that it was
|