Uses of Interface
org.codehaus.aspectwerkz.reflect.ConstructorInfo

Packages that use ConstructorInfo
org.codehaus.aspectwerkz.annotation.instrumentation.asm   
org.codehaus.aspectwerkz.reflect   
org.codehaus.aspectwerkz.reflect.impl.asm   
org.codehaus.aspectwerkz.reflect.impl.java   
org.codehaus.aspectwerkz.transform.inlining   
org.codehaus.aspectwerkz.transform.inlining.weaver   
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.annotation.instrumentation.asm
 

Methods in org.codehaus.aspectwerkz.annotation.instrumentation.asm with parameters of type ConstructorInfo
static Annotation AsmAnnotations.getAnnotation(String annotationName, ConstructorInfo constructorInfo)
          Return the annotation with a specific name for a specific constructor.
static List AsmAnnotations.getAnnotations(String annotationName, ConstructorInfo constructorInfo)
          Return a list with the annotations with a specific name for a specific constructor.
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.reflect
 

Methods in org.codehaus.aspectwerkz.reflect that return ConstructorInfo
 ConstructorInfo ClassInfo.getConstructor(int hash)
          Returns a constructor info by its hash.
 ConstructorInfo ClassInfo.NullClassInfo.getConstructor(int hash)
           
 ConstructorInfo[] ClassInfo.getConstructors()
          Returns the constructors info.
 ConstructorInfo[] ClassInfo.NullClassInfo.getConstructors()
           
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.reflect.impl.asm
 

Classes in org.codehaus.aspectwerkz.reflect.impl.asm that implement ConstructorInfo
 class AsmConstructorInfo
          ASM implementation of the ConstructorInfo interface.
 

Methods in org.codehaus.aspectwerkz.reflect.impl.asm that return ConstructorInfo
 ConstructorInfo AsmClassInfo.getConstructor(int hash)
          Returns a constructor info by its hash.
static ConstructorInfo AsmConstructorInfo.getConstructorInfo(String constructorDesc, byte[] bytecode, ClassLoader loader)
          Returns the constructor info for the constructor specified.
 ConstructorInfo[] AsmClassInfo.getConstructors()
          Returns a list with all the constructors info.
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.reflect.impl.java
 

Classes in org.codehaus.aspectwerkz.reflect.impl.java that implement ConstructorInfo
 class JavaConstructorInfo
          Implementation of the ConstructorInfo interface for java.lang.reflect.*.
 

Methods in org.codehaus.aspectwerkz.reflect.impl.java that return ConstructorInfo
 ConstructorInfo JavaClassInfo.getConstructor(int hash)
          Returns a constructor info by its hash.
static ConstructorInfo JavaConstructorInfo.getConstructorInfo(Constructor constructor)
          Returns the constructor info for the constructor specified.
 ConstructorInfo[] JavaClassInfo.getConstructors()
          Returns a list with all the constructors info.
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.transform.inlining
 

Methods in org.codehaus.aspectwerkz.transform.inlining with parameters of type ConstructorInfo
static String AsmHelper.getConstructorDescriptor(ConstructorInfo constructor)
          Returns the descriptor corresponding to the given constructor info.
 

Uses of ConstructorInfo in org.codehaus.aspectwerkz.transform.inlining.weaver
 

Methods in org.codehaus.aspectwerkz.transform.inlining.weaver with parameters of type ConstructorInfo
 boolean ConstructorCallVisitor.ReplaceNewInstructionCodeAdapter.constructorFilter(Set definitions, ExpressionContext ctx, ConstructorInfo calleeConstructorInfo)
          Filters out the ctor that are not eligible for transformation.
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.