SPeCS Packages Documentation
    Preparing search index...
    • Retrieves an existing class or creates a new one.

      Parameters

      • qualifiedName: string

        The qualified name of the class.

      • extend: string = ""

        The class to extend (optional).

      • implement: string[] = []

        The interfaces to implement (optional).

      • Optionaltarget: App | FileJp

        The target join point (optional).

      Returns Class

      The class join point.