Structure of the parameter.
Adds parameters.
Structures of the parameters.
Gets a parameter or undefined if it doesn't exist.
Name of the parameter.
Gets a parameter or undefined if it doesn't exist.
Function to use to find the parameter.
Gets a parameter or throws if it doesn't exist.
Name of the parameter.
Gets a parameter or throws if it doesn't exist.
Function to use to find the parameter.
Gets all the parameters of the node.
Gets the return type.
Gets the return type node or throws if none exists.
Optionalmessage: string | (() => string)Gets the signature of the node from the type checker.
Inserts a parameter.
Child index to insert at.
Inserts parameters.
Child index to insert at.
Parameters to insert.
Removes the return type.
Sets the return type of the node.
Text or writer function to set the return type with.
Adds a parameter.