Class PackageImpl

    • Constructor Detail

      • PackageImpl

        public PackageImpl​(ElementContext ctx,
                           java.lang.String name)
    • Method Detail

      • getQualifiedName

        public java.lang.String getQualifiedName()
        Description copied from interface: JElement

        Returns a qualified name for this abstraction. The exact format of this name depends on the particular abstraction. Please refer to the documentation for each JElement subclass for a detailed description of the qualified name formats.

        Specified by:
        getQualifiedName in interface JElement
      • accept

        public void accept​(JVisitor visitor)
        Description copied from interface: JElement

        Accepts the given visitor.

        Specified by:
        accept in interface JElement
      • getClasses

        public JClass[] getClasses()
        Description copied from interface: JPackage
        Returns the classes in this package which were specified as part of the JRoot construction. Note that this does not necessarily include all of the classes that are actually in the package (it may not contain any specified classes at all).
        Specified by:
        getClasses in interface JPackage