Class DebugFixupElement


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAddress1()
      Returns the first address of this FIXUP element.
      int getAddress2()
      Returns the second address of this FIXUP element.
      int getType()
      Returns the FIXUP element type.
      • Methods inherited from class java.lang.Object

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

      • DebugFixupElement

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

      • getType

        public int getType()
        Returns the FIXUP element type.
        Returns:
        the FIXUP element type
      • getAddress1

        public int getAddress1()
        Returns the first address of this FIXUP element.
        Returns:
        the first address of this FIXUP element
      • getAddress2

        public int getAddress2()
        Returns the second address of this FIXUP element.
        Returns:
        the second address of this FIXUP element