Amplication AST Libraries Documentation
    Preparing search index...

    Represents a reference to a C# class in the AST. This class handles the generation of references to C# types that are part of the standard library.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    The name of the class

    Methods

    • Writes the core class reference to the writer.

      Parameters

      • writer: Writer

        The writer to write to

      Returns void

    • Returns the string representation of the AST node. This method creates a new Writer instance and writes the node's content to it.

      Returns string

      The string representation of the AST node