static class StructTypes.JfrOldObject extends java.lang.Object implements IMCOldObject
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
address |
java.lang.Object |
description |
java.lang.Object |
referrer |
private static int |
referrerArrayIndex |
private static int |
referrerFieldIndex |
private static int |
referrerOldObjectIndex |
private static int |
referrerSkipIndex |
java.lang.Object |
type |
Constructor and Description |
---|
JfrOldObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
IQuantity |
getAddress()
The address of the object, used for identity purposes.
|
java.lang.String |
getDescription()
Returns a description of the object.
|
IMCOldObject |
getReferrer()
Returns the object that refers to this object in the heap reference chain.
|
IMCOldObjectArray |
getReferrerArray()
If the object is referred to by an object in an array it returns the information about that
array, otherwise it returns
null . |
IMCOldObjectField |
getReferrerField()
If the object is referred to by an object in a field it returns a representation of the
field,
null otherwise. |
int |
getReferrerSkip()
Returns the number of steps away in the reference chain this object is from the next object
referring to it.
|
IMCType |
getType()
The type of the object, as an
IMCType |
int |
hashCode() |
java.lang.String |
toString() |
private static final int referrerArrayIndex
private static final int referrerFieldIndex
private static final int referrerOldObjectIndex
private static final int referrerSkipIndex
public java.lang.Object address
public java.lang.Object type
public java.lang.Object description
public java.lang.Object referrer
public IQuantity getAddress()
IMCOldObject
getAddress
in interface IMCOldObject
public IMCOldObjectArray getReferrerArray()
IMCOldObject
null
.getReferrerArray
in interface IMCOldObject
public IMCOldObjectField getReferrerField()
IMCOldObject
null
otherwise.getReferrerField
in interface IMCOldObject
public IMCType getType()
IMCOldObject
IMCType
getType
in interface IMCOldObject
public java.lang.String getDescription()
IMCOldObject
getDescription
in interface IMCOldObject
public IMCOldObject getReferrer()
IMCOldObject
getReferrer
in interface IMCOldObject
public int getReferrerSkip()
IMCOldObject
getReferrerSkip
in interface IMCOldObject
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object