$k. AccessParameterAssignment

new $k.AccessParameterAssignment(accessedElementopt) → {$k.AccessParameterAssignment}

Constructs an AccessParameterAssignment

Parameters:
NameTypeAttributesDescription
accessedElement$k.SemanticElement<optional>

The accessed element

Since
  • 5.8.0

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:
NameTypeDescription
parameterstring

parameter registry key

Since
  • 5.8.0
Throws:
Returns:
Type: 
any