interface CallTargetsContent {
    targets: (Identifier | FlowrSearchElement<ParentInformation>)[];
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of CallTargetsContent

Properties

Properties

The call targets of the function call. For identifier call targets, the identifier is the name of the library function being called.