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

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

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

XXX javadoc.


Field Summary
protected  String methodName
           
protected  AnnotationsMaps tracer
           
 
Constructor Summary
AnnotationCollectorMethodVisitor(AnnotationsMaps tracer, String methodName)
          XXX javadoc.
 
Method Summary
 org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
          Override.
 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
visit, visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, visitEnum, 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

methodName

protected String methodName

tracer

protected AnnotationsMaps tracer
Constructor Detail

AnnotationCollectorMethodVisitor

public AnnotationCollectorMethodVisitor(AnnotationsMaps tracer,
                                        String methodName)
XXX javadoc.

Parameters:
tracer - The annotations maps
methodName - The method name
Method Detail

visitAnnotation

public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc,
                                                           boolean visible)
Override.

Specified by:
visitAnnotation in interface org.objectweb.asm.ClassVisitor
Specified by:
visitAnnotation in interface org.objectweb.asm.FieldVisitor
Specified by:
visitAnnotation in interface org.objectweb.asm.MethodVisitor
Overrides:
visitAnnotation in class org.objectweb.asm.commons.EmptyVisitor
Parameters:
desc - The descriptor
visible - The visible
Returns:
The return


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