[F] getArmIdentifiers
function getArmIdentifiers(program, entity): string[] | undefined
This function returns all arm identifiers for the given array model type This includes the identifiers specified using the
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | The program to process. |
entity | ArrayModelType | The array model type to check. |
Returns
string
[] | undefined
returns list of arm identifiers for the given array model type if any or undefined.
Identifiers
decorator and the identifiers using the
Key
decorator.