public class SubArrayVisitor
extends org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
SubArrayVisitor(org.apache.felix.ipojo.metadata.Element elem,
String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit a 'simple' element of the visited array.
|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String name,
String desc)
Visit an annotation element of the visited array.
|
void |
visitEnd()
End of the visit.
|
void |
visitEnum(String name,
String desc,
String value)
Visits an enumeration attribute.
|
public SubArrayVisitor(org.apache.felix.ipojo.metadata.Element elem,
String name)
elem - : element element.name - : attribute name.public void visit(String name, Object value)
visit in class org.objectweb.asm.AnnotationVisitorname - : nullvalue - : element value.AnnotationVisitor.visit(String, Object)public void visitEnum(String name, String desc, String value)
visitEnum in class org.objectweb.asm.AnnotationVisitorname - the attribute namedesc - the enumeration descriptorvalue - the attribute valuepublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String desc)
visitAnnotation in class org.objectweb.asm.AnnotationVisitorname - : nulldesc - : annotation to visitAnnotationVisitor.visitAnnotation(String, String)public void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitorAnnotationVisitor.visitEnd()Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.