Represents a package program element. Provides access to information about the package and its members.
Represents a package program element. Provides access to information about the package and its members.
(get-enclosed-elements this)
Returns the top-level classes and interfaces within this package. Note that subpackages are not considered to be enclosed by a package.
returns: the top-level classes and interfaces within this
package - java.util.List<? extends javax.lang.model.element.Element>
Returns the top-level classes and interfaces within this package. Note that subpackages are not considered to be enclosed by a package. returns: the top-level classes and interfaces within this package - `java.util.List<? extends javax.lang.model.element.Element>`
(get-enclosing-element this)
Returns null since a package is not enclosed by another element.
returns: null - javax.lang.model.element.Element
Returns null since a package is not enclosed by another element. returns: null - `javax.lang.model.element.Element`
(get-qualified-name this)
Returns the fully qualified name of this package. This is also known as the package's canonical name.
returns: the fully qualified name of this package, or an
empty name if this is an unnamed package - javax.lang.model.element.Name
Returns the fully qualified name of this package. This is also known as the package's canonical name. returns: the fully qualified name of this package, or an empty name if this is an unnamed package - `javax.lang.model.element.Name`
(get-simple-name this)
Returns the simple name of this package. For an unnamed package, an empty name is returned.
returns: the simple name of this package or an empty name if
this is an unnamed package - javax.lang.model.element.Name
Returns the simple name of this package. For an unnamed package, an empty name is returned. returns: the simple name of this package or an empty name if this is an unnamed package - `javax.lang.model.element.Name`
(unnamed? this)
Returns true is this is an unnamed package and false otherwise.
returns: true is this is an unnamed package and false otherwise - boolean
Returns true is this is an unnamed package and false otherwise. returns: true is this is an unnamed package and false otherwise - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close