Main Content

coder.descriptor.types.Argument Class

Namespace: coder.descriptor.types

Return information about argument associated with function or method in generated code

Since R2024a

Description

The Code Descriptor programming interface uses the coder.descriptor.types.Argument type to describe function parameters and return values in the generated code.

Properties

expand all

Identifier used for the argument in the generated code, specified as a character vector.

Data Types: char

Input/output type of the argument, specified as an enumerated value of coder.descriptor.types.IOType. Possible return values are:

  • INPUT

  • OUTPUT

  • INPUT_OUTPUT

Data Types: coder.descriptor.types.Type

Data type of the argument, specified as a coder.descriptor.types.Type object.

Data Types: coder.descriptor.types.Type

Version History

Introduced in R2024a