IntegerDataType

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

10.3_PUBLIC

modifiedtype-extends: IntegerDataType
- ghidra.program.model.data.AbstractIntegerDataType
+ ghidra.program.model.data.AbstractSignedIntegerDataType

10.0_PUBLIC

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

9.1_PUBLIC

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

9.0.1_PUBLIC

introducedInitial version