Constructor
new CallPropertyExtractor()
Create a new Extractor instance
- Implements:
- Source:
Classes
Members
(protected) _memo :Map.<Node, CallProperties>
Type:
- Map.<Node, CallProperties>
- Source:
Methods
(protected) _extract(call)
Extract the call properties for a Call and cache them.
Parameters:
Name | Type | Description |
---|---|---|
call |
Node | The call node. |
- Source:
get(call) → {CallProperties}
Get the properties of a call. If they are not cached,
calculate and cache it first.
Parameters:
Name | Type | Description |
---|---|---|
call |
Node |
- Source:
Returns:
- Type
- CallProperties