Uses of Interface
java.lang.constant.PackageDesc
Packages that use PackageDesc
Package
Description
Classes and interfaces to represent nominal descriptors for run-time
 entities such as classes or method handles, and classfile entities such as
 constant pool entries or 
invokedynamic call sites.- 
Uses of PackageDesc in java.lang.constantMethods in java.lang.constant that return PackageDescModifier and TypeMethodDescriptionstatic PackageDescReturns aPackageDescfor a package, given the name of the package, such as"java.lang".static PackageDescPackageDesc.ofInternalName(String name) Returns aPackageDescfor a package, given the name of the package in internal form, such as"java/lang".