Class DWARFBooleanAttribute
java.lang.Object
ghidra.app.util.bin.format.dwarf.attribs.DWARFBooleanAttribute
- All Implemented Interfaces:
DWARFAttributeValue
DWARF boolean attribute.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()getValueString(DWARFCompilationUnit cu, DWARFAttributeDef<?> def) toString()
-
Constructor Details
-
DWARFBooleanAttribute
public DWARFBooleanAttribute(boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
getValueString
- Specified by:
getValueStringin interfaceDWARFAttributeValue
-
toString
-