Amplication AST Libraries Documentation
    Preparing search index...

    Represents a reference to a C# class in the AST. This class handles the generation of C# class references including the class name and its namespace.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    The name of the class

    namespace: string

    The namespace containing the class

    Methods

    • Writes the 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