Interface PackageDescription

    • Field Detail

      • PACKAGE_CLASS_NAME

        static final java.lang.String PACKAGE_CLASS_NAME
        The name of a Java class representing a package description.
        See Also:
        Constant Field Values
      • PACKAGE_MODIFIERS

        static final int PACKAGE_MODIFIERS
        The modifiers of a Java class representing a package description.
        See Also:
        Constant Field Values
      • UNDEFINED

        static final PackageDescription UNDEFINED
        A named constant for an undefined package what applies for primitive and array types.
    • Method Detail

      • contains

        boolean contains​(TypeDescription typeDescription)
        Checks if this package contains the provided type.
        Parameters:
        typeDescription - The type to examine.
        Returns:
        true if the given type contains the provided type.