Create a new Extractor instance
- Source:
Interfaces
Members
(abstract, protected) _memo :Map.<Node, T>
The cached values.
Type:
- Map.<Node, T>
- Source:
Methods
(abstract, protected) _extract(node)
Perform the extraction for the value type cached by this extractor.
Parameters:
Name | Type | Description |
---|---|---|
node |
Node | The node for which to compute the value. |
- Source:
(abstract) get(node) → {T}
Get the desired value. If it is not cached, calculate and cache it first.
Parameters:
Name | Type | Description |
---|---|---|
node |
Node | The node to which the value corresponds to. |
- Source:
Returns:
The desired value.
- Type
- T