Package org.openjdk.jol.info
Class ArrayGraphPathRecord
- java.lang.Object
-
- org.openjdk.jol.info.GraphPathRecord
-
- org.openjdk.jol.info.ArrayGraphPathRecord
-
final class ArrayGraphPathRecord extends GraphPathRecord
Object path in object graph.
-
-
Field Summary
Fields Modifier and Type Field Description private int
idx
-
Fields inherited from class org.openjdk.jol.info.GraphPathRecord
parent
-
-
Constructor Summary
Constructors Constructor Description ArrayGraphPathRecord(GraphPathRecord parent, int idx, int depth, java.lang.Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
path()
-
-
-
Constructor Detail
-
ArrayGraphPathRecord
ArrayGraphPathRecord(GraphPathRecord parent, int idx, int depth, java.lang.Object obj)
-
-
Method Detail
-
path
public final java.lang.String path()
- Specified by:
path
in classGraphPathRecord
-
-