|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Superpackage | |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
sun.module | |
sun.module.bootstrap |
Uses of Superpackage in java.lang |
---|
Methods in java.lang that return Superpackage | |
---|---|
protected Superpackage |
ClassLoader.defineSuperpackage(String name,
byte[] b,
int off,
int len)
Converts an array of bytes into an instance of class Superpackage. |
protected Superpackage |
ClassLoader.findSuperpackage(String name)
Finds the superpackage with the specified fully qualified name. |
Superpackage |
Class.getSuperpackage()
Returns the superpackage this class is a member of, or null if it is not a member of a superpackage. |
Uses of Superpackage in java.lang.reflect |
---|
Methods in java.lang.reflect that return Superpackage | |
---|---|
Superpackage |
Superpackage.getEnclosingSuperpackage()
Returns the immediately enclosing superpackage of the underlying superpackage. |
Superpackage[] |
Superpackage.getExportedSuperpackages()
Returns an array of Superpackage objects reflecting the exported superpackages that are a direct member of this superpackage. |
Superpackage[] |
Superpackage.getMemberSuperpackages()
Returns an array of Superpackage objects reflecting the superpackages that are a direct member of this superpackage. |
Uses of Superpackage in sun.module |
---|
Methods in sun.module that return Superpackage | |
---|---|
static Superpackage |
JamUtils.getSuperpackage(byte[] data)
|
Uses of Superpackage in sun.module.bootstrap |
---|
Methods in sun.module.bootstrap that return Superpackage | |
---|---|
static Superpackage |
BootstrapRepository.getJavaSeSuperpackage()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |