@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface ParserContent<T> {
        close(): void;
        information(analyzer: FlowrAnalysisProvider): BaseParserInformation;
        name: string;
        parse(request: RParseRequestFromText): T;
    }

    Type Parameters

    • T
    Index

    Properties

    Methods

    Properties

    name: string

    Methods