Modifier and Type | Field and Description |
---|---|
private final long |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public RecordedClassLoader | Returns: the class loader defining this class, can benull Returns the class loader that defined the class. |
public long | |
public int | |
public String | Returns: the class name, notnull Returns the fully qualified name of the class (for example,
|
uniqueId | back to summary |
---|---|
private final long uniqueId |
RecordedClass | back to summary |
---|---|
pack-priv RecordedClass(ObjectContext objectContext, long id, Object[] values) |
getClassLoader | back to summary |
---|---|
public RecordedClassLoader getClassLoader() Returns the class loader that defined the class.
If the bootstrap class loader is represented as
|
getId | back to summary |
---|---|
public long getId() Returns a unique ID for the class. The ID might not be the same between Java Virtual Machine (JVM) instances.
|
getModifiers | back to summary |
---|---|
public int getModifiers() Returns the modifiers of the class.
|
getName | back to summary |
---|---|
public String getName() Returns the fully qualified name of the class (for example,
|