|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassInfo
Class info
| Field Summary |
|---|
| Fields inherited from interface org.jboss.reflect.spi.ModifierInfo |
|---|
ABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC |
| Method Summary | |
|---|---|
ConstructorInfo[] |
getDeclaredConstructors()
Get the declared constructors |
FieldInfo |
getDeclaredField(String name)
Get the declared field |
FieldInfo[] |
getDeclaredFields()
Get the declared fields |
MethodInfo |
getDeclaredMethod(String name,
TypeInfo[] parameters)
Get the declared method |
MethodInfo[] |
getDeclaredMethods()
Get the declared methods |
InterfaceInfo[] |
getInterfaces()
Get the interfaces |
String |
getName()
Get the class name |
ClassInfo |
getSuperclass()
Get the super class |
boolean |
isInterface()
Whether it is an interface |
| Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
|---|
getAnnotation, getAnnotations, isAnnotationPresent |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Methods inherited from interface org.jboss.reflect.spi.ModifierInfo |
|---|
getModifiers, isPublic, isStatic |
| Methods inherited from interface org.jboss.reflect.spi.TypeInfo |
|---|
getType |
| Method Detail |
|---|
String getName()
getName in interface TypeInfoboolean isInterface()
InterfaceInfo[] getInterfaces()
MethodInfo getDeclaredMethod(String name,
TypeInfo[] parameters)
name - the method nameparameters - the parameters
MethodInfo[] getDeclaredMethods()
FieldInfo getDeclaredField(String name)
name - the field name
FieldInfo[] getDeclaredFields()
ConstructorInfo[] getDeclaredConstructors()
ClassInfo getSuperclass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||