|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.reflect.StaticInitializationInfoImpl
public class StaticInitializationInfoImpl
Sole implementation of StaticInitializationInfo
.
Field Summary | |
---|---|
protected ClassInfo |
m_declaringType
|
Constructor Summary | |
---|---|
StaticInitializationInfoImpl(ClassInfo classInfo)
|
Method Summary | |
---|---|
List |
getAnnotations()
Returns the annotation infos. |
ClassInfo |
getDeclaringType()
Returns the declaring type. |
int |
getModifiers()
Returns the class modifiers. |
String |
getName()
Returns the name element. |
String |
getSignature()
Returns the signature for the element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ClassInfo m_declaringType
Constructor Detail |
---|
public StaticInitializationInfoImpl(ClassInfo classInfo)
Method Detail |
---|
public ClassInfo getDeclaringType()
MemberInfo
getDeclaringType
in interface MemberInfo
MemberInfo.getDeclaringType()
public String getName()
ReflectionInfo
getName
in interface ReflectionInfo
ReflectionInfo.getName()
public String getSignature()
ReflectionInfo
getSignature
in interface ReflectionInfo
ReflectionInfo.getSignature()
public int getModifiers()
ReflectionInfo
getModifiers
in interface ReflectionInfo
ReflectionInfo.getModifiers()
public List getAnnotations()
ReflectionInfo
getAnnotations
in interface ReflectionInfo
ReflectionInfo.getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |