DataTypeComponent

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

12.1_PUBLIC

modifiedmethod: setComment
return type: void → DataTypeComponent
- void setComment(java.lang.String comment)
+ ghidra.program.model.data.DataTypeComponent setComment(java.lang.String comment)
modifiedmethod: setFieldName
return type: void → DataTypeComponent; removed throws DuplicateNameException
- void setFieldName(java.lang.String fieldName) throws DuplicateNameException
+ ghidra.program.model.data.DataTypeComponent setFieldName(java.lang.String fieldName)

12.0_PUBLIC

addedmethod: isDefaultFieldName
boolean isDefaultFieldName(java.lang.String s)

11.4_PUBLIC

addedmethod: isUndefined
boolean isUndefined()

10.2_PUBLIC

removedmethod: setDefaultSettings
void setDefaultSettings(ghidra.docking.settings.Settings settings)

10.1_PUBLIC

addedmethod: usesZeroLengthComponent
static boolean usesZeroLengthComponent(ghidra.program.model.data.DataType dataType)
removedmethod: isFlexibleArrayComponent
boolean isFlexibleArrayComponent()

9.1_PUBLIC

addedmethod: isBitFieldComponent
boolean isBitFieldComponent()
addedmethod: isZeroBitFieldComponent
boolean isZeroBitFieldComponent()

9.0.2_PUBLIC

introducedInitial version