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

    Interface SyntaxCfgGuidedVisitorConfiguration<OtherInfo, ControlFlow, Ast>

    interface SyntaxCfgGuidedVisitorConfiguration<
        OtherInfo = NoInfo,
        ControlFlow extends ControlFlowInformation = ControlFlowInformation,
        Ast extends NormalizedAst<OtherInfo> = NormalizedAst<OtherInfo>,
    > {
        controlFlow: ControlFlow;
        defaultVisitingOrder: "forward" | "backward";
        normalizedAst: Ast;
    }

    Type Parameters

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of SyntaxCfgGuidedVisitorConfiguration
    Index

    Properties

    controlFlow: ControlFlow
    defaultVisitingOrder: "forward" | "backward"
    normalizedAst: Ast