Package org.openjdk.jol.info
Class GraphPathRecord
java.lang.Object
org.openjdk.jol.info.GraphPathRecord
- Direct Known Subclasses:
ArrayGraphPathRecord
,FieldGraphPathRecord
Object path in object graph.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
-
depth
private final int depth -
obj
-
size
private long size
-
-
Constructor Details
-
GraphPathRecord
GraphPathRecord(GraphPathRecord parent, int depth, Object obj)
-
-
Method Details
-
obj
-
path
-
klass
-
size
public final long size() -
setSize
final void setSize(long size) -
depth
final int depth()
-