ReadOnlyDataTypeComponent

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)

11.4_PUBLIC

addedmethod: isUndefined
boolean isUndefined()

10.3_PUBLIC

removedmethod: getDefaultFieldName
java.lang.String getDefaultFieldName()

10.2_PUBLIC

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

10.1_PUBLIC

removedmethod: isFlexibleArrayComponent
boolean isFlexibleArrayComponent()

9.1_PUBLIC

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

9.0.1_PUBLIC

introducedInitial version