Class: CallPropertyExtractor

CallPropertyExtractor()

Extractor for retrieving and caching the semantic properties of Calls.

Constructor

new CallPropertyExtractor()

Create a new Extractor instance
Implements:
Source:

Classes

CallPropertyExtractor

Members

(protected) _memo :Map.<Node, CallProperties>

Type:
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