Package gw.lang.reflect.java.asm
Class AsmAnnotationVisitor
- java.lang.Object
-
- org.objectweb.asm.AnnotationVisitor
-
- gw.lang.reflect.java.asm.AsmAnnotationVisitor
-
public class AsmAnnotationVisitor extends org.objectweb.asm.AnnotationVisitor
-
-
Field Summary
Fields Modifier and Type Field Description private AsmAnnotation_annotation
-
Constructor Summary
Constructors Constructor Description AsmAnnotationVisitor(AsmAnnotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(java.lang.String name, java.lang.Object value)org.objectweb.asm.AnnotationVisitorvisitAnnotation(java.lang.String name, java.lang.String desc)org.objectweb.asm.AnnotationVisitorvisitArray(java.lang.String name)voidvisitEnum(java.lang.String name, java.lang.String desc, java.lang.String value)
-
-
-
Field Detail
-
_annotation
private AsmAnnotation _annotation
-
-
Constructor Detail
-
AsmAnnotationVisitor
public AsmAnnotationVisitor(AsmAnnotation annotation)
-
-
Method Detail
-
visit
public void visit(java.lang.String name, java.lang.Object value)- Overrides:
visitin classorg.objectweb.asm.AnnotationVisitor
-
visitEnum
public void visitEnum(java.lang.String name, java.lang.String desc, java.lang.String value)- Overrides:
visitEnumin classorg.objectweb.asm.AnnotationVisitor
-
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name, java.lang.String desc)- Overrides:
visitAnnotationin classorg.objectweb.asm.AnnotationVisitor
-
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
- Overrides:
visitArrayin classorg.objectweb.asm.AnnotationVisitor
-
-