@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Configuration of processClassRelation.

    interface ClassRelationConfiguration {
        assignment?: AssignmentConfiguration;
        assignmentLike?: ExtendedAssignmentConfiguration;
        classArgs?: readonly ClassArgRef[];
        classDecl?: ClassDeclarationConfig;
        genericArg?: ClassArgRef;
        registersArg?: ClassArgRef;
    }

    Hierarchy (View Summary)

    Index

    when set, the call also binds a name, and is processed as that assignment first (setValidity)

    like assignment, for a call that states which of its arguments are target and source (setMethod)

    classArgs?: readonly ClassArgRef[]

    the arguments naming S4 classes the call uses (Class in new, signature in setMethod)

    what the call states about the classes it relates, see classDeclarationOf

    genericArg?: ClassArgRef

    the argument naming the S4 generic the call answers or asks about (f in setMethod)

    registersArg?: ClassArgRef

    the argument naming an S4 class the call adds to without declaring it (to in setAs): read and registered anew, so a later use depends on this call as well as on the declaration