Class DWARFAttributeSpecification
java.lang.Object
ghidra.app.util.bin.format.dwarf4.DWARFAttributeSpecification
Information about a single DWARF attribute.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGet the attribute of the attribute specification.Get the form of the attribute specification.inthashCode()static DWARFAttributeSpecificationread(BinaryReader reader) Reads aDWARFAttributeSpecificationinstance from thereader.toString()
-
Constructor Details
-
DWARFAttributeSpecification
-
-
Method Details
-
read
Reads aDWARFAttributeSpecificationinstance from thereader.Returns a null if its a end-of-list marker.
- Parameters:
reader-- Returns:
- Throws:
IOException
-
getAttribute
public int getAttribute()Get the attribute of the attribute specification.- Returns:
- the attribute value
-
getAttributeForm
Get the form of the attribute specification.- Returns:
- the form value
-
toString
-
hashCode
public int hashCode() -
equals
-