java.lang.Object | +--java.lang.ClassAll Implemented Interfaces:
public boolean desiredAssertionStatus()
public native static Class forName(java.lang.String name)
Parameters:name
- public static Class forName(java.lang.String name, boolean initialize, java.lang.ClassLoader classloader)
Parameters:name
- initialize
- classloader
- public ClassLoader getClassLoader()
public native Class[] getClasses()
public Class getComponentType()
public native Constructor getConstructor(java.lang.Class args)
Parameters:args
- public native Constructor[] getConstructors()
public native Class[] getDeclaredClasses()
public native Constructor getDeclaredConstructor(java.lang.Class args)
Parameters:args
- public native Constructor[] getDeclaredConstructors()
public native Field getDeclaredField(java.lang.String name)
Parameters:name
- public native Field[] getDeclaredFields()
public native Method getDeclaredMethod(java.lang.String name, java.lang.Class args)
Parameters:name
- args
- public native Method[] getDeclaredMethods()
public native Class getDeclaringClass()
public native Field getField(java.lang.String name)
Parameters:name
- public native Field[] getFields()
public native Class[] getInterfaces()
public native Method getMethod(java.lang.String name, java.lang.Class args)
Parameters:name
- args
- public native Method[] getMethods()
public native int getModifiers()
public native String getName()
public Package getPackage()
public ProtectionDomain getProtectionDomain()
public URL getResource(java.lang.String name)
Parameters:name
- public InputStream getResourceAsStream(java.lang.String name)
Parameters:name
- public Object[] getSigners()
public native Class getSuperclass()
public boolean isArray()
public native boolean isAssignableFrom(java.lang.Class c)
Parameters:c
- public native boolean isInstance(java.lang.Object o)
Parameters:o
- public native boolean isInterface()
public native boolean isPrimitive()
public Object newInstance()
public String toString()