|
||||||||||
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 ClassInfo
public ConstructorInfo[] getConstructors()
ClassInfo
getConstructors
in interface ClassInfo
public MethodInfo getMethod(int hash)
ClassInfo
getMethod
in interface ClassInfo
public MethodInfo[] getMethods()
ClassInfo
getMethods
in interface ClassInfo
public FieldInfo getField(int hash)
ClassInfo
getField
in interface ClassInfo
public FieldInfo[] getFields()
ClassInfo
getFields
in interface ClassInfo
public boolean hasStaticInitializer()
ClassInfo
hasStaticInitializer
in interface ClassInfo
public StaticInitializationInfo staticInitializer()
ClassInfo
staticInitializer
in interface ClassInfo
ClassInfo.staticInitializer()
public ClassInfo[] getInterfaces()
ClassInfo
getInterfaces
in interface ClassInfo
public ClassInfo getSuperclass()
ClassInfo
getSuperclass
in interface ClassInfo
public ClassLoader getClassLoader()
ClassInfo
getClassLoader
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 String getSignature()
ReflectionInfo
getSignature
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 |