|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.objectweb.asm.commons.EmptyVisitor it.imolinfo.jbi4corba.webservice.generator.bcm.AnnotationCollectorVisitor
public class AnnotationCollectorVisitor
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 |
---|
public List<AnnotationValue> list
Constructor Detail |
---|
public AnnotationCollectorVisitor()
Method Detail |
---|
public void visit(String name, Object value)
visit
in interface org.objectweb.asm.AnnotationVisitor
visit
in class org.objectweb.asm.commons.EmptyVisitor
name
- The namevalue
- The valuepublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String desc)
visitAnnotation
in interface org.objectweb.asm.AnnotationVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
name
- The namedesc
- The description
public org.objectweb.asm.AnnotationVisitor visitArray(String name)
visitArray
in interface org.objectweb.asm.AnnotationVisitor
visitArray
in class org.objectweb.asm.commons.EmptyVisitor
name
- The name
public void visitEnum(String name, String desc, String value)
visitEnum
in interface org.objectweb.asm.AnnotationVisitor
visitEnum
in class org.objectweb.asm.commons.EmptyVisitor
name
- The namedesc
- The descriptionvalue
- The value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |