BooleanDataType

Package: ghidra.program.model.data
Type: class

10.3_PUBLIC

modifiedtype-extends: BooleanDataType
- ghidra.program.model.data.AbstractIntegerDataType
+ ghidra.program.model.data.AbstractUnsignedIntegerDataType

10.0_PUBLIC

removedmethod: isDynamicallySized
boolean isDynamicallySized()

9.1_PUBLIC

addedmethod: getCDeclaration
java.lang.String getCDeclaration()
addedmethod: getOppositeSignednessDataType
ghidra.program.model.data.AbstractIntegerDataType getOppositeSignednessDataType()
addedmethod: getRepresentation
java.lang.String getRepresentation(java.math.BigInteger bigInt, ghidra.docking.settings.Settings settings, int bitLength)
modifiedtype-extends: BooleanDataType
- ghidra.program.model.data.BuiltIn
+ ghidra.program.model.data.AbstractIntegerDataType

9.0.2_PUBLIC

addedmethod: getBuiltInSettingsDefinitions
ghidra.docking.settings.SettingsDefinition[] getBuiltInSettingsDefinitions()

9.0.1_PUBLIC

introducedInitial version