public interface IMCOldObject
Modifier and Type | Method and Description |
---|---|
IQuantity |
getAddress()
The address of the object, used for identity purposes.
|
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 |
IQuantity getAddress()
IMCOldObjectArray getReferrerArray()
null
.IMCOldObjectField getReferrerField()
null
otherwise.int getReferrerSkip()
String getDescription()
IMCOldObject getReferrer()
Copyright © 2020. All rights reserved.