Class

Undocumented in source.

Members

Functions

desiredAssertionStatus
bool desiredAssertionStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
getClasses
Class[] getClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
getComponentType
Class getComponentType()
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructor
Constructor getConstructor(Class parameterTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructors
Constructor[] getConstructors()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredClasses
Class[] getDeclaredClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredConstructor
Constructor getDeclaredConstructor(Class parameterTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredConstructors
Constructor[] getDeclaredConstructors()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredField
Field getDeclaredField(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredFields
Field[] getDeclaredFields()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredMethod
Method getDeclaredMethod(String name, Class parameterTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaredMethods
Method[] getDeclaredMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaringClass
Class getDeclaringClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getField
Field getField(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
getFields
Field[] getFields()
Undocumented in source. Be warned that the author may not have intended to support it.
getInterfaces
Class[] getInterfaces()
Undocumented in source. Be warned that the author may not have intended to support it.
getMethod
Method getMethod(String name, Class[] parameterTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
getMethods
Method[] getMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
getModifiers
int getModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
String getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getPackage
Package getPackage()
Undocumented in source. Be warned that the author may not have intended to support it.
getSimpleName
String getSimpleName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSuperclass
Class getSuperclass()
Undocumented in source. Be warned that the author may not have intended to support it.
isArray
bool isArray()
Undocumented in source. Be warned that the author may not have intended to support it.
isAssignableFrom
bool isAssignableFrom(Class cls)
Undocumented in source. Be warned that the author may not have intended to support it.
isInstance
bool isInstance(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
isInterface
bool isInterface()
Undocumented in source. Be warned that the author may not have intended to support it.
isPrimitive
bool isPrimitive()
Undocumented in source. Be warned that the author may not have intended to support it.
newInstance
Object newInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

forName
Class forName(String className)
Undocumented in source. Be warned that the author may not have intended to support it.
fromObject
Class fromObject(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
fromType
Class fromType()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta