|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the class info implementations.
Nested Class Summary | |
static class |
ClassInfo.NullClassInfo
|
Method Summary | |
ClassInfo |
getComponentType()
Returns the component type if array type else null. |
ConstructorInfo |
getConstructor(int hash)
Returns a constructor info by its hash. |
ConstructorInfo[] |
getConstructors()
Returns the constructors info. |
FieldInfo |
getField(int hash)
Returns a field info by its hash. |
FieldInfo[] |
getFields()
Returns the fields info. |
ClassInfo[] |
getInterfaces()
Returns the interfaces. |
MethodInfo |
getMethod(int hash)
Returns a method info by its hash. |
MethodInfo[] |
getMethods()
Returns the methods info. |
ClassInfo |
getSuperClass()
Returns the super class. |
boolean |
isArray()
Is the class an array type. |
boolean |
isInterface()
Is the class an interface. |
boolean |
isPrimitive()
Is the class a primitive type. |
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
getAnnotations, getModifiers, getName |
Method Detail |
public ConstructorInfo getConstructor(int hash)
hash
-
public ConstructorInfo[] getConstructors()
public MethodInfo getMethod(int hash)
hash
-
public MethodInfo[] getMethods()
public FieldInfo getField(int hash)
hash
-
public FieldInfo[] getFields()
public ClassInfo[] getInterfaces()
public ClassInfo getSuperClass()
public ClassInfo getComponentType()
public boolean isInterface()
public boolean isPrimitive()
public boolean isArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |