|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.ClassInfo.NullClassInfo
public static class ClassInfo.NullClassInfo
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.codehaus.aspectwerkz.reflect.ClassInfo |
|---|
ClassInfo.NullClassInfo |
| Constructor Summary | |
|---|---|
ClassInfo.NullClassInfo()
|
|
| Method Summary | |
|---|---|
List |
getAnnotations()
Returns the annotation infos. |
ClassLoader |
getClassLoader()
Returns the class loader that loaded this class. |
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 element. |
String |
getSignature()
Returns the signature for the element. |
ClassInfo |
getSuperclass()
Returns the super class, or null (superclass of java.lang.Object) |
boolean |
hasStaticInitializer()
Checks if the class has a static initalizer. |
boolean |
isArray()
Is the class an array type. |
boolean |
isInterface()
Is the class an interface. |
boolean |
isPrimitive()
Is the class a primitive type. |
StaticInitializationInfo |
staticInitializer()
Returns the static initializer info of the current underlying class if any. |
| 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 ClassInfopublic ConstructorInfo[] getConstructors()
ClassInfo
getConstructors in interface ClassInfopublic MethodInfo getMethod(int hash)
ClassInfo
getMethod in interface ClassInfopublic MethodInfo[] getMethods()
ClassInfo
getMethods in interface ClassInfopublic FieldInfo getField(int hash)
ClassInfo
getField in interface ClassInfopublic FieldInfo[] getFields()
ClassInfo
getFields in interface ClassInfopublic boolean hasStaticInitializer()
ClassInfo
hasStaticInitializer in interface ClassInfopublic StaticInitializationInfo staticInitializer()
ClassInfo
staticInitializer in interface ClassInfoClassInfo.staticInitializer()public ClassInfo[] getInterfaces()
ClassInfo
getInterfaces in interface ClassInfopublic ClassInfo getSuperclass()
ClassInfo
getSuperclass in interface ClassInfopublic ClassLoader getClassLoader()
ClassInfo
getClassLoader 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 String getSignature()
ReflectionInfo
getSignature 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 | |||||||||