new $k.AccessParameterAssignment(accessedElementopt) → {$k.AccessParameterAssignment}
Constructs an AccessParameterAssignment
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
accessedElement | $k. | <optional> | The accessed element |
- Since
- 5.8.0
Returns:
Methods
accessedObject() → {$k.SemanticElement}
Function to get the accessed element
- Since
- 5.8.0
Returns:
- Type:
- $k.
SemanticElement
assignment(parameter) → (nullable) {any}
Retrieve the assigned value of the given parameter
Parameters:
Name | Type | Description |
---|---|---|
parameter | string | parameter registry key |
- Since
- 5.8.0
Throws:
If the parameter cannot be assigned
If there is no such parameter
Returns:
- Type:
- any