UnsignedIntegerDataType

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

10.3_PUBLIC

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

10.0_PUBLIC

addedmethod: hasLanguageDependantLength
boolean hasLanguageDependantLength()
removedmethod: isDynamicallySized
boolean isDynamicallySized()

9.1_PUBLIC

modifiedmethod: clone
return type: DataType → UnsignedIntegerDataType
- ghidra.program.model.data.DataType clone(ghidra.program.model.data.DataTypeManager dtm)
+ ghidra.program.model.data.UnsignedIntegerDataType clone(ghidra.program.model.data.DataTypeManager dtm)
modifiedmethod: getOppositeSignednessDataType
return type: DataType → IntegerDataType
- ghidra.program.model.data.DataType getOppositeSignednessDataType()
+ ghidra.program.model.data.IntegerDataType getOppositeSignednessDataType()

9.0.1_PUBLIC

introducedInitial version