Class DWARFAttributeSpecification


  • public class DWARFAttributeSpecification
    extends java.lang.Object
    Information about a single DWARF attribute.
    • Constructor Detail

      • DWARFAttributeSpecification

        public DWARFAttributeSpecification​(int attribute,
                                           DWARFForm attributeForm)
    • Method Detail

      • getAttribute

        public int getAttribute()
        Get the attribute of the attribute specification.
        Returns:
        the attribute value
      • getAttributeForm

        public DWARFForm getAttributeForm()
        Get the form of the attribute specification.
        Returns:
        the form value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object