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

Packages that use FieldInfo
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.reflect.impl.javassist   
org.codehaus.aspectwerkz.transform.delegation   
 

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

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

Uses of FieldInfo in org.codehaus.aspectwerkz.reflect
 

Methods in org.codehaus.aspectwerkz.reflect that return FieldInfo
 FieldInfo ClassInfo.getField(int hash)
          Returns a field info by its hash.
 FieldInfo[] ClassInfo.getFields()
          Returns the fields info.
 FieldInfo ClassInfo.NullClassInfo.getField(int hash)
           
 FieldInfo[] ClassInfo.NullClassInfo.getFields()
           
 

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

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

Methods in org.codehaus.aspectwerkz.reflect.impl.asm that return FieldInfo
 FieldInfo AsmClassInfo.getField(int hash)
          Returns a field info by its hash.
 FieldInfo[] AsmClassInfo.getFields()
          Returns a list with all the field info.
static FieldInfo AsmFieldInfo.getFieldInfo(String fieldName, String fieldDesc, byte[] bytecode, ClassLoader loader)
          Returns the field info for the field specified.
 

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

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

Methods in org.codehaus.aspectwerkz.reflect.impl.java that return FieldInfo
 FieldInfo JavaClassInfo.getField(int hash)
          Returns a field info by its hash.
 FieldInfo[] JavaClassInfo.getFields()
          Returns a list with all the field info.
static FieldInfo JavaFieldInfo.getFieldInfo(Field field)
          Returns the field info for the field specified.
 

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

Classes in org.codehaus.aspectwerkz.reflect.impl.javassist that implement FieldInfo
 class JavassistFieldInfo
          Implementation of the FieldInfo interface for Javassist.
 

Methods in org.codehaus.aspectwerkz.reflect.impl.javassist that return FieldInfo
 FieldInfo JavassistClassInfo.getField(int hash)
          Returns a field info by its hash.
 FieldInfo[] JavassistClassInfo.getFields()
          Returns a list with all the field info.
static FieldInfo JavassistFieldInfo.getFieldInfo(javassist.CtField field, ClassLoader loader)
          Returns the field info for the field specified.
 

Uses of FieldInfo in org.codehaus.aspectwerkz.transform.delegation
 

Methods in org.codehaus.aspectwerkz.transform.delegation with parameters of type FieldInfo
static boolean FieldSetGetTransformer.setFieldFilter(SystemDefinition definition, ExpressionContext ctx, FieldInfo fieldInfo)
          Filters the PUTFIELD's to be transformed.
static boolean FieldSetGetTransformer.getFieldFilter(SystemDefinition definition, ExpressionContext ctx, FieldInfo fieldInfo)
          Filters the GETFIELD's to be transformed.
 



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