it.imolinfo.jbi4corba.webservice.generator.bcm
Class AnnotationCollectorVisitor

java.lang.Object
  extended by org.objectweb.asm.commons.EmptyVisitor
      extended by it.imolinfo.jbi4corba.webservice.generator.bcm.AnnotationCollectorVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.ClassVisitor, org.objectweb.asm.FieldVisitor, org.objectweb.asm.MethodVisitor

public class AnnotationCollectorVisitor
extends org.objectweb.asm.commons.EmptyVisitor

XXX javadoc.


Field Summary
 List<AnnotationValue> list
          XXX javadoc.
 
Constructor Summary
AnnotationCollectorVisitor()
          Default constructor.
 
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 visitEnum(String name, String desc, String value)
           
 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
visit, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitField, visitFieldInsn, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public List<AnnotationValue> list
XXX javadoc.

Constructor Detail

AnnotationCollectorVisitor

public AnnotationCollectorVisitor()
Default constructor.

Method Detail

visit

public void visit(String name,
                  Object value)
Specified by:
visit in interface org.objectweb.asm.AnnotationVisitor
Overrides:
visit in class org.objectweb.asm.commons.EmptyVisitor
Parameters:
name - The name
value - The value

visitAnnotation

public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name,
                                                           String desc)
Specified by:
visitAnnotation in interface org.objectweb.asm.AnnotationVisitor
Overrides:
visitAnnotation in class org.objectweb.asm.commons.EmptyVisitor
Parameters:
name - The name
desc - The description
Returns:
The return

visitArray

public org.objectweb.asm.AnnotationVisitor visitArray(String name)
Specified by:
visitArray in interface org.objectweb.asm.AnnotationVisitor
Overrides:
visitArray in class org.objectweb.asm.commons.EmptyVisitor
Parameters:
name - The name
Returns:
The return

visitEnum

public void visitEnum(String name,
                      String desc,
                      String value)
Specified by:
visitEnum in interface org.objectweb.asm.AnnotationVisitor
Overrides:
visitEnum in class org.objectweb.asm.commons.EmptyVisitor
Parameters:
name - The name
desc - The description
value - The value


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.