Package org.openjdk.jol.info
Class FieldGraphPathRecord
- java.lang.Object
-
- org.openjdk.jol.info.GraphPathRecord
-
- org.openjdk.jol.info.FieldGraphPathRecord
-
final class FieldGraphPathRecord extends GraphPathRecord
Object path in object graph.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Fields inherited from class org.openjdk.jol.info.GraphPathRecord
parent
-
-
Constructor Summary
Constructors Constructor Description FieldGraphPathRecord(GraphPathRecord parent, java.lang.String name, 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
-
FieldGraphPathRecord
FieldGraphPathRecord(GraphPathRecord parent, java.lang.String name, int depth, java.lang.Object obj)
-
-
Method Detail
-
path
public final java.lang.String path()
- Specified by:
path
in classGraphPathRecord
-
-