org.iqual.chaplin
Class AbstractAnnotationVisitor

java.lang.Object
  extended by org.iqual.chaplin.AbstractAnnotationVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor

public abstract class AbstractAnnotationVisitor
extends Object
implements org.objectweb.asm.AnnotationVisitor

Utility abstract base for annotation visitors.

Since:
Mar 9, 2009 11:07:17 PM
Author:
Zbynek Slajchrt

Field Summary
protected  org.objectweb.asm.AnnotationVisitor av
           
 
Constructor Summary
AbstractAnnotationVisitor(org.objectweb.asm.AnnotationVisitor av)
           
 
Method Summary
 void visit(String name, Object value)
           
 org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String desc)
           
 org.objectweb.asm.AnnotationVisitor visitArray(String name)
           
 void visitEnd()
           
 void visitEnum(String name, String desc, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

av

protected final org.objectweb.asm.AnnotationVisitor av
Constructor Detail

AbstractAnnotationVisitor

public AbstractAnnotationVisitor(org.objectweb.asm.AnnotationVisitor av)
Method Detail

visitArray

public org.objectweb.asm.AnnotationVisitor visitArray(String name)
Specified by:
visitArray in interface org.objectweb.asm.AnnotationVisitor

visit

public void visit(String name,
                  Object value)
Specified by:
visit in interface org.objectweb.asm.AnnotationVisitor

visitEnum

public void visitEnum(String name,
                      String desc,
                      String value)
Specified by:
visitEnum in interface org.objectweb.asm.AnnotationVisitor

visitAnnotation

public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name,
                                                           String desc)
Specified by:
visitAnnotation in interface org.objectweb.asm.AnnotationVisitor

visitEnd

public void visitEnd()
Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor


Copyright © 2009 iquality.org. All Rights Reserved.