|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo
org.codehaus.aspectwerkz.reflect.impl.java.JavaConstructorInfo
public class JavaConstructorInfo
Implementation of the ConstructorInfo interface for java.lang.reflect.*.
Field Summary |
---|
Fields inherited from class org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo |
---|
m_annotations, m_classInfoRepository, m_declaringType, m_member |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
List |
getAnnotations()
Returns the attributes. |
static ConstructorInfo |
getConstructorInfo(Constructor constructor)
Returns the constructor info for the constructor specified. |
ClassInfo[] |
getExceptionTypes()
Returns the exception types. |
ClassInfo[] |
getParameterTypes()
Returns the parameter types. |
String |
getSignature()
Returns the signature for the element. |
int |
hashCode()
|
Methods inherited from class org.codehaus.aspectwerkz.reflect.impl.java.JavaMemberInfo |
---|
getDeclaringType, getModifiers, getName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo |
---|
getDeclaringType |
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo |
---|
getModifiers, getName |
Method Detail |
---|
public static ConstructorInfo getConstructorInfo(Constructor constructor)
constructor
- the constructor
public String getSignature()
getSignature
in interface ReflectionInfo
public List getAnnotations()
getAnnotations
in interface ReflectionInfo
public ClassInfo[] getParameterTypes()
getParameterTypes
in interface ConstructorInfo
public ClassInfo[] getExceptionTypes()
getExceptionTypes
in interface ConstructorInfo
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |