Class DebugFixup


  • public class DebugFixup
    extends java.lang.Object
    A possible implementation of the FIXUP debug directory. It may be inaccurate and/or incomplete.
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugFixup()
      DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DebugFixupElement[] getDebugFixupElements()
      Returns the array of FIXUP elements associated with this fixup debug directory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugFixup

        public DebugFixup()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Detail

      • getDebugFixupElements

        public DebugFixupElement[] getDebugFixupElements()
        Returns the array of FIXUP elements associated with this fixup debug directory.
        Returns:
        the array of FIXUP elements associated with this fixup debug directory