org.codehaus.aspectwerkz.annotation.instrumentation.asm
Class AsmAnnotationHelper.FieldAnnotationExtractor

java.lang.Object
  extended by org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.NullClassAdapter
      extended by org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.FieldAnnotationExtractor
All Implemented Interfaces:
org.objectweb.asm.ClassVisitor
Enclosing class:
AsmAnnotationHelper

public static class AsmAnnotationHelper.FieldAnnotationExtractor
extends AsmAnnotationHelper.NullClassAdapter

Field annotations extractor


Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.NullClassAdapter
NULL_CLASS_ADAPTER
 
Constructor Summary
AsmAnnotationHelper.FieldAnnotationExtractor(List annotations, String name, ClassLoader loader)
           
 
Method Summary
 void visitField(int access, String name, String desc, Object value, org.objectweb.asm.Attribute attrs)
           
 
Methods inherited from class org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.NullClassAdapter
visit, visitAttribute, visitEnd, visitInnerClass, visitMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmAnnotationHelper.FieldAnnotationExtractor

public AsmAnnotationHelper.FieldAnnotationExtractor(List annotations,
                                                    String name,
                                                    ClassLoader loader)
Method Detail

visitField

public void visitField(int access,
                       String name,
                       String desc,
                       Object value,
                       org.objectweb.asm.Attribute attrs)
Specified by:
visitField in interface org.objectweb.asm.ClassVisitor
Overrides:
visitField in class AsmAnnotationHelper.NullClassAdapter


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