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 TypeMethodDescriptionboolean
int
Get the attribute of the attribute specification.Get the form of the attribute specification.int
hashCode()
static DWARFAttributeSpecification
read
(BinaryReader reader) Reads aDWARFAttributeSpecification
instance from thereader
.toString()
-
Constructor Details
-
DWARFAttributeSpecification
-
-
Method Details
-
read
Reads aDWARFAttributeSpecification
instance 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
-