|
|||||||||||
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 ClassInfo
hash
-
public ConstructorInfo[] getConstructors()
ClassInfo
getConstructors
in interface ClassInfo
public MethodInfo getMethod(int hash)
ClassInfo
getMethod
in interface ClassInfo
hash
-
public MethodInfo[] getMethods()
ClassInfo
getMethods
in interface ClassInfo
public FieldInfo getField(int hash)
ClassInfo
getField
in interface ClassInfo
hash
-
public FieldInfo[] getFields()
ClassInfo
getFields
in interface ClassInfo
public ClassInfo[] getInterfaces()
ClassInfo
getInterfaces
in interface ClassInfo
public ClassInfo getSuperClass()
ClassInfo
getSuperClass
in interface ClassInfo
public ClassInfo getComponentType()
ClassInfo
getComponentType
in interface ClassInfo
public boolean isInterface()
ClassInfo
isInterface
in interface ClassInfo
public boolean isPrimitive()
ClassInfo
isPrimitive
in interface ClassInfo
public boolean isArray()
ClassInfo
isArray
in interface ClassInfo
public String getName()
ReflectionInfo
getName
in interface ReflectionInfo
public int getModifiers()
ReflectionInfo
getModifiers
in interface ReflectionInfo
public List getAnnotations()
ReflectionInfo
getAnnotations
in interface ReflectionInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |