org.codehaus.aspectwerkz.reflect.impl.asm
Class AsmConstructorInfo
java.lang.Object
org.codehaus.aspectwerkz.reflect.impl.asm.AsmMemberInfo
org.codehaus.aspectwerkz.reflect.impl.asm.AsmConstructorInfo
- All Implemented Interfaces:
- ConstructorInfo, MemberInfo, ReflectionInfo
- public class AsmConstructorInfo
- extends AsmMemberInfo
- implements ConstructorInfo
ASM implementation of the ConstructorInfo interface.
- Author:
- Jonas Bonér
getConstructorInfo
public static MethodInfo getConstructorInfo(String constructorDesc,
byte[] bytecode,
ClassLoader loader)
- Returns the constructor info for the constructor specified.
- Parameters:
constructorDesc
- bytecode
- loader
-
- Returns:
- the constructor info
getParameterTypes
public ClassInfo[] getParameterTypes()
- Returns the parameter types.
- Specified by:
getParameterTypes
in interface ConstructorInfo
- Returns:
- the parameter types
getExceptionTypes
public ClassInfo[] getExceptionTypes()
- Returns the exception types.
- Specified by:
getExceptionTypes
in interface ConstructorInfo
- Returns:
- the exception types
getAnnotations
public List getAnnotations()
- Returns the annotations.
- Specified by:
getAnnotations
in interface ReflectionInfo
- Returns:
- the annotations
equals
public boolean equals(Object o)
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.