Class NamedReference

    • Constructor Detail

      • NamedReference

        public NamedReference​(ISnapshot snapshot,
                              long address,
                              java.lang.String name)
        Constructs a reference to a Java object with a description of why the reference occurred.
        Parameters:
        snapshot - the whole dump
        address - the address of the target object
        name - the description of the reference, for example the field name, an array index
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the description of the reference.
        Returns:
        the description