ParameterDefinition

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

9.1_PUBLIC

modifiedmethod: setDataType
added throws IllegalArgumentException; removed throws InvalidInputException
- void setDataType(ghidra.program.model.data.DataType type) throws InvalidInputException
+ void setDataType(ghidra.program.model.data.DataType type) throws IllegalArgumentException

9.0.2_PUBLIC

introducedInitial version