Printer is a class responsible for converting an AST into a DOT string.

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional options: PrintOptions

      Options to be used when generating the DOT string.

    Returns Printer

Properties

#private: any
options: any
toChunks: any

Methods

  • Generates a DOT string from an ASTNode.

    Parameters

    • ast: ASTNode

      The ASTNode to be converted into a DOT string.

    Returns string

    The DOT string generated from the ASTNode.

Generated using TypeDoc