|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.commons.EmptyVisitor
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitor
public class GenericVisitor
Field Summary | |
---|---|
protected org.apache.felix.ipojo.metadata.Element |
element
|
Constructor Summary | |
---|---|
GenericVisitor(org.apache.felix.ipojo.metadata.Element element)
|
Method Summary | |
---|---|
void |
visit(java.lang.String name,
java.lang.Object value)
Visit a 'simple' annotation attribute. |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String name,
java.lang.String descriptor)
Visit a sub-annotation. |
org.objectweb.asm.AnnotationVisitor |
visitArray(java.lang.String name)
Visit an array attribute. |
void |
visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
Visits an enumeration attribute. |
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
---|
visit, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitField, visitFieldInsn, visitFrame, 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 |
Methods inherited from interface org.objectweb.asm.AnnotationVisitor |
---|
visitEnd |
Field Detail |
---|
protected org.apache.felix.ipojo.metadata.Element element
Constructor Detail |
---|
public GenericVisitor(org.apache.felix.ipojo.metadata.Element element)
Method Detail |
---|
public void visit(java.lang.String name, java.lang.Object value)
visit
in interface org.objectweb.asm.AnnotationVisitor
visit
in class org.objectweb.asm.commons.EmptyVisitor
name
- : attribute namevalue
- : attribute valueEmptyVisitor.visit(String, Object)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name, java.lang.String descriptor)
visitAnnotation
in interface org.objectweb.asm.AnnotationVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
name
- : attribute name.descriptor
- : annotation description
EmptyVisitor.visitAnnotation(String, String)
public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
visitArray
in interface org.objectweb.asm.AnnotationVisitor
visitArray
in class org.objectweb.asm.commons.EmptyVisitor
name
- : attribute name
EmptyVisitor.visitArray(String)
public void visitEnum(java.lang.String name, java.lang.String desc, java.lang.String value)
visitEnum
in interface org.objectweb.asm.AnnotationVisitor
visitEnum
in class org.objectweb.asm.commons.EmptyVisitor
name
- the attribute namedesc
- the enumeration descriptorvalue
- the attribute valueAnnotationVisitor.visitEnum(String, String, String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |