public abstract class AbstractAnnotationVisitorImpl
extends org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
AbstractAnnotationVisitorImpl()
Gives the version implemented to the superclass
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
String arg1) |
org.objectweb.asm.AnnotationVisitor |
visitArray(String arg0) |
void |
visitEnd() |
void |
visitEnum(String arg0,
String arg1,
String arg2) |
public AbstractAnnotationVisitorImpl()
public void visit(String name, Object value)
visit in class org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, String arg1)
visitAnnotation in class org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(String arg0)
visitArray in class org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitorCopyright © 2009–2017 Oracle Corporation. All rights reserved.