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

Packages that use ReflectionInfo
org.codehaus.aspectwerkz.expression   
org.codehaus.aspectwerkz.joinpoint.management   
org.codehaus.aspectwerkz.reflect   
org.codehaus.aspectwerkz.reflect.impl.asm   
org.codehaus.aspectwerkz.reflect.impl.java   
org.codehaus.aspectwerkz.reflect.impl.javassist   
org.codehaus.aspectwerkz.util   
 

Uses of ReflectionInfo in org.codehaus.aspectwerkz.expression
 

Methods in org.codehaus.aspectwerkz.expression that return ReflectionInfo
 ReflectionInfo ExpressionContext.getReflectionInfo()
           
 ReflectionInfo ExpressionContext.getWithinReflectionInfo()
           
 

Methods in org.codehaus.aspectwerkz.expression with parameters of type ReflectionInfo
protected  boolean AdvisedClassFilterExpressionVisitor.visitAttributes(SimpleNode node, ReflectionInfo refInfo)
           
protected  boolean ExpressionVisitor.visitAttributes(SimpleNode node, ReflectionInfo refInfo)
           
protected  boolean ExpressionVisitor.visitModifiers(SimpleNode node, ReflectionInfo refInfo)
           
 

Constructors in org.codehaus.aspectwerkz.expression with parameters of type ReflectionInfo
ExpressionContext(PointcutType pointcutType, ReflectionInfo reflectionInfo, ReflectionInfo withinReflectionInfo)
          Creates a new expression context.
 

Uses of ReflectionInfo in org.codehaus.aspectwerkz.joinpoint.management
 

Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type ReflectionInfo
static JoinPointMetaData JoinPointMetaData.getJoinPointMetaData(PointcutType type, AspectSystem system, ReflectionInfo reflectInfo, ReflectionInfo withinInfo)
          Retrieves the join point metadata.
 void JoinPointRegistry.registerJoinPoint(int joinPointType, int joinPointHash, String signature, int classHash, Class declaringClass, ReflectionInfo withinInfo, AspectSystem system)
          Registers the advices for the method join point.
 

Uses of ReflectionInfo in org.codehaus.aspectwerkz.reflect
 

Subinterfaces of ReflectionInfo in org.codehaus.aspectwerkz.reflect
 interface ClassInfo
          Interface for the class info implementations.
 interface ConstructorInfo
          Interface for the constructor info implementations.
 interface FieldInfo
          Interface for the field info implementations.
 interface MemberInfo
          Marker interface for the member info classes (field and method).
 interface MethodInfo
          Interface for the method info implementations.
 

Classes in org.codehaus.aspectwerkz.reflect that implement ReflectionInfo
static class ClassInfo.NullClassInfo
           
 

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

Classes in org.codehaus.aspectwerkz.reflect.impl.asm that implement ReflectionInfo
 class AsmClassInfo
          Implementation of the ClassInfo interface utilizing the ASM bytecode library for the info retriaval.
 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 ReflectionInfo in org.codehaus.aspectwerkz.reflect.impl.java
 

Classes in org.codehaus.aspectwerkz.reflect.impl.java that implement ReflectionInfo
 class JavaClassInfo
          Implementation of the ClassInfo interface for java.lang.reflect.*.
 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 ReflectionInfo in org.codehaus.aspectwerkz.reflect.impl.javassist
 

Classes in org.codehaus.aspectwerkz.reflect.impl.javassist that implement ReflectionInfo
 class JavassistClassInfo
          Implementation of the ClassInfo interface for Javassist.
(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.
 

Uses of ReflectionInfo in org.codehaus.aspectwerkz.util
 

Methods in org.codehaus.aspectwerkz.util with parameters of type ReflectionInfo
static Integer Util.calculateHash(String className, ReflectionInfo info)
          Calculates the hash for the class name and the meta-data.
 



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