Class | JDK 1.0 |
java.lang | serializable |
Synopsis | ^ ? |
public final class | Class implements Serializable { |
// No Constructor |
// Public Class Methods |
![]() |
String className) throws ClassNotFoundException; |
![]() |
String name, boolean initialize, ClassLoader loader) throws ClassNotFoundException; |
// Property Accessor Methods (by property name) |
![]() |
); | native |
![]() |
); |
![]() |
); |
![]() |
); | native |
![]() |
) throws SecurityException; |
![]() |
) throws SecurityException; |
![]() |
) throws SecurityException; |
![]() |
) throws SecurityException; |
![]() |
) throws SecurityException; |
![]() |
); | native |
![]() |
) throws SecurityException; |
![]() |
); | native |
![]() |
); | native |
![]() |
) throws SecurityException; |
![]() |
); | native |
![]() |
); | native |
![]() |
); |
![]() |
); | native |
![]() |
); |
![]() |
); | native |
![]() |
); | native |
// Public Instance Methods |
![]() |
Class[ ] parameterTypes) throws NoSuchMethodException, SecurityException; |
![]() |
Class[ ] parameterTypes) throws NoSuchMethodException, SecurityException; |
![]() |
String name) throws NoSuchFieldException, SecurityException; |
![]() |
String name, Class[ ] parameterTypes) throws NoSuchMethodException, SecurityException; |
![]() |
String name) throws NoSuchFieldException, SecurityException; |
![]() |
String name, Class[ ] parameterTypes) throws NoSuchMethodException, SecurityException; |
![]() |
String name); |
![]() |
String name); |
![]() |
Class cls); | native |
![]() |
Object obj); | native |
![]() |
) throws InstantiationException, IllegalAccessException; |
// Public methods overriding Object |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ||||
![]() | ||||||
![]() | Class | ![]() | ![]() | ![]() | Serializable | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
array | boolean | is | read-only | |
classes | Class[ ] | get | read-only | |
classLoader | ClassLoader | get | read-only | |
componentType | Class | get | read-only | |
constructors | Constructor[ ] | get | read-only | |
declaredClasses | Class[ ] | get | read-only | |
declaredConstructors | Constructor[ ] | get | read-only | |
declaredFields | Field[ ] | get | read-only | |
declaredMethods | Method[ ] | get | read-only | |
declaringClass | Class | get | read-only | |
fields | Field[ ] | get | read-only | |
interface | boolean | is | read-only | |
interfaces | Class[ ] | get | read-only | |
methods | Method[ ] | get | read-only | |
modifiers | int | get | read-only | |
name | String | get | read-only | |
package | Package | get | read-only | |
primitive | boolean | is | read-only | |
protectionDomain | ProtectionDomain | get | read-only | |
signers | Object[ ] | get | read-only | |
superclass | Class | get | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Type Of | ^ ? |
Uses | ^ ? |
Used By | ^ ? |