cxx-frontend
    Preparing search index...

    Class UserDefinedStringLiteralExpressionAST

    UserDefinedStringLiteralExpressionAST node.

    Hierarchy (View Summary)

    Index
    parser: TranslationUnitLike

    the parser that owns the AST node.

    • Returns a readable stream of the AST nodes in pre-order.

      The stream must be consumed, or cancelled, before the parser that owns the AST is disposed.

      Returns ReadableStream<ASTVisit>

      a stream of the nodes of this subtree in pre-order.

    • Constructs an AST node from the given handle.

      Type Parameters

      Parameters

      • handle: number

        the handle of the AST node.

      • parser: TranslationUnitLike

        the parser that owns the AST node.

      Returns T | undefined

      the AST node.