Functions§
- count_
params - Obtains the number of parameters in a function.
- get_
first_ param - Retrieves the first parameter of a function.
- get_
last_ param - Retrieves the last parameter of a function.
- get_
next_ param - Retrieves the next parameter in a function’s parameter list.
- get_
param - Retrieves a specific parameter of a function by index.
- get_
param_ parent - Retrieves the parent function of a given argument.
- get_
params - Retrieves the parameters of a function.
- get_
previous_ param - Retrieves the previous parameter in a function’s parameter list.
- set_
param_ alignment - Sets the alignment for a function parameter.