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

Packages that use MemberInfo
org.codehaus.aspectwerkz.reflect   
org.codehaus.aspectwerkz.reflect.impl.asm   
org.codehaus.aspectwerkz.reflect.impl.java   
org.codehaus.aspectwerkz.reflect.impl.javassist   
 

Uses of MemberInfo in org.codehaus.aspectwerkz.reflect
 

Subinterfaces of MemberInfo in org.codehaus.aspectwerkz.reflect
 interface ConstructorInfo
          Interface for the constructor info implementations.
 interface FieldInfo
          Interface for the field info implementations.
 interface MethodInfo
          Interface for the method info implementations.
 

Methods in org.codehaus.aspectwerkz.reflect that return MemberInfo
static MemberInfo ClassInfoHelper.createMemberInfo(Class targetClass, String withinMethodName, String withinMethodSignature)
          Creates a member info instance based on the signature etc.
 

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

Classes in org.codehaus.aspectwerkz.reflect.impl.asm that implement MemberInfo
 class AsmConstructorInfo
          ASM implementation of the ConstructorInfo interface.
 class AsmFieldInfo
          ASM implementation of the FieldInfo interface.
 class AsmMemberInfo
          ASM implementation of the MemberInfo interface.
 class AsmMethodInfo
          ASM implementation of the MethodInfo interface.
 

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

Classes in org.codehaus.aspectwerkz.reflect.impl.java that implement MemberInfo
 class JavaConstructorInfo
          Implementation of the ConstructorInfo interface for java.lang.reflect.*.
 class JavaFieldInfo
          Implementation of the FieldInfo interface for java.lang.reflect.*.
 class JavaMemberInfo
           
 class JavaMethodInfo
          Implementation of the MethodInfo interface for java.lang.reflect.*.
 

Uses of MemberInfo in org.codehaus.aspectwerkz.reflect.impl.javassist
 

Classes in org.codehaus.aspectwerkz.reflect.impl.javassist that implement MemberInfo
(package private)  class org.codehaus.aspectwerkz.reflect.impl.javassist.JavassistCodeInfo
          Base class for the code members (method and constructor) for javassist.
 class JavassistConstructorInfo
          Implementation of the ConstructorInfo interface for Javassist.
 class JavassistFieldInfo
          Implementation of the FieldInfo interface for Javassist.
 class JavassistMemberInfo
           
 class JavassistMethodInfo
          Implementation of the MethodInfo interface for Javassist.
 



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