public abstract class AbstractAnnotationVisitorImpl
extends org.glassfish.hk2.external.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.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
String arg1) |
org.glassfish.hk2.external.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.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitorpublic org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, String arg1)
visitAnnotation in class org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitorpublic org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitor visitArray(String arg0)
visitArray in class org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in class org.glassfish.hk2.external.org.objectweb.asm.AnnotationVisitorCopyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.