Class DWARFBooleanAttribute
- java.lang.Object
 - 
- ghidra.app.util.bin.format.dwarf4.attribs.DWARFBooleanAttribute
 
 
- 
- All Implemented Interfaces:
 DWARFAttributeValue
public class DWARFBooleanAttribute extends java.lang.Object implements DWARFAttributeValue
DWARF boolean attribute. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static DWARFBooleanAttributeFALSEstatic DWARFBooleanAttributeTRUE 
- 
Constructor Summary
Constructors Constructor Description DWARFBooleanAttribute(boolean value) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DWARFBooleanAttributeget(boolean b)booleangetValue()java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
TRUE
public static final DWARFBooleanAttribute TRUE
 
- 
FALSE
public static final DWARFBooleanAttribute FALSE
 
 - 
 
- 
Method Detail
- 
get
public static DWARFBooleanAttribute get(boolean b)
 
- 
getValue
public boolean getValue()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -