|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.ClassInfo.NullClassInfo
| Nested Class Summary |
| Nested classes inherited from class org.codehaus.aspectwerkz.reflect.ClassInfo |
ClassInfo.NullClassInfo |
| Constructor Summary | |
ClassInfo.NullClassInfo()
|
|
| Method Summary | |
List |
getAnnotations()
Returns the annotation infos. |
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. |
int |
getModifiers()
Returns the class modifiers. |
String |
getName()
Returns the name of the class. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassInfo.NullClassInfo()
| Method Detail |
public ConstructorInfo getConstructor(int hash)
ClassInfo
getConstructor in interface ClassInfohash -
public ConstructorInfo[] getConstructors()
ClassInfo
getConstructors in interface ClassInfopublic MethodInfo getMethod(int hash)
ClassInfo
getMethod in interface ClassInfohash -
public MethodInfo[] getMethods()
ClassInfo
getMethods in interface ClassInfopublic FieldInfo getField(int hash)
ClassInfo
getField in interface ClassInfohash -
public FieldInfo[] getFields()
ClassInfo
getFields in interface ClassInfopublic ClassInfo[] getInterfaces()
ClassInfo
getInterfaces in interface ClassInfopublic ClassInfo getSuperClass()
ClassInfo
getSuperClass in interface ClassInfopublic ClassInfo getComponentType()
ClassInfo
getComponentType in interface ClassInfopublic boolean isInterface()
ClassInfo
isInterface in interface ClassInfopublic boolean isPrimitive()
ClassInfo
isPrimitive in interface ClassInfopublic boolean isArray()
ClassInfo
isArray in interface ClassInfopublic String getName()
ReflectionInfo
getName in interface ReflectionInfopublic int getModifiers()
ReflectionInfo
getModifiers in interface ReflectionInfopublic List getAnnotations()
ReflectionInfo
getAnnotations in interface ReflectionInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||