interface OperatorInformationValue {
    arity: OperatorArity;
    capabilities: readonly SupportedFlowrCapabilityId[];
    name: string;
    stringUsedInRAst: RawRType | `%${string}%`;
    stringUsedInternally: string;
    usedAs: OperatorUsedAs;
    writtenAs: OperatorWrittenAs;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Hierarchy-Diagram

UML class diagram of OperatorInformationValue

Properties

capabilities: readonly SupportedFlowrCapabilityId[]

The capabilities this operator maps to using the new desugaring

name: string
stringUsedInRAst: RawRType | `%${string}%`
stringUsedInternally: string
MMNEPVFCICPMFPCPTTAAATR