Package Summary  Overview Summary

class:PackageElement [CHANGED]

method:getQualifiedName-- [NONE]

  • getQualifiedName

    Name getQualifiedName()
    Returns the fully qualified name of this package. This is also known as the package's canonical name.
    Specified by:
    getQualifiedName in interface QualifiedNameable
    Returns:
    the fully qualified name of this package, or an empty name if this is an unnamed package
    See The Java™ Language Specification :
    6.7 Fully Qualified Names and Canonical Names

method:getSimpleName-- [CHANGED]

  • getSimpleName

    Name getSimpleName()
    Returns the simple name of this package. For an unnamed package, an empty name is returned
    Specified by:
    getSimpleName in interface Element
    Returns:
    the simple name of this package or an empty name if this is an unnamed package

method:isUnnamed-- [NONE]

  • isUnnamed

    boolean isUnnamed()
    Returns true is this is an unnamed package and false otherwise.
    Returns:
    true is this is an unnamed package and false otherwise
    See The Java™ Language Specification :
    7.4.2 Unnamed Packages

method:getEnclosingElement-- [NONE]

method:getEnclosedElements-- [ADDED]