• Creates a new class.

    Parameters

    • qualifiedName: string

      The qualified name of the class.

    • extend: string = ""

      The class to extend (optional).

    • implement: string[] = []

      The interfaces to implement (optional).

    • target: App | FileJp = ...

      The target join point (optional).

    Returns Class

    The newly created class join point.