FunctionDefinition
Package:
ghidra.program.model.data
Type:
class
10.3_PUBLIC
added
method
:
setCallingConvention
void setCallingConvention(
java.
lang.
String conventionName) throws InvalidInputException
added
method
:
setNoReturn
void setNoReturn(
boolean hasNoReturn)
9.1_PUBLIC
modified
method
:
setReturnType
added throws IllegalArgumentException
- void setReturnType(
ghidra.
program.
model.
data.
DataType type)
+ void setReturnType(
ghidra.
program.
model.
data.
DataType type)
throws IllegalArgumentException
9.0.2_PUBLIC
introduced
Initial version