|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.reflect.impl.asm.AsmMemberInfo
org.codehaus.aspectwerkz.reflect.impl.asm.AsmConstructorInfo
public class AsmConstructorInfo
ASM implementation of the ConstructorInfo interface.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.aspectwerkz.reflect.impl.asm.AsmMemberInfo |
|---|
m_annotations, m_classInfoRepository, m_declaringType, m_declaringTypeName, m_loaderRef, m_member |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
List |
getAnnotations()
Returns the annotations. |
static ConstructorInfo |
getConstructorInfo(String constructorDesc,
byte[] bytecode,
ClassLoader loader)
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()
|
String |
toString()
|
| Methods inherited from class org.codehaus.aspectwerkz.reflect.impl.asm.AsmMemberInfo |
|---|
getDeclaringType, getModifiers, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, 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(String constructorDesc,
byte[] bytecode,
ClassLoader loader)
constructorDesc - bytecode - loader -
public String getSignature()
getSignature in interface ReflectionInfopublic ClassInfo[] getParameterTypes()
getParameterTypes in interface ConstructorInfopublic ClassInfo[] getExceptionTypes()
getExceptionTypes in interface ConstructorInfopublic List getAnnotations()
getAnnotations in interface ReflectionInfopublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||