Package gw.lang.reflect.java.asm
Class AsmAnnotationMethodDefaultValueVisitor
- java.lang.Object
-
- org.objectweb.asm.AnnotationVisitor
-
- gw.lang.reflect.java.asm.AsmAnnotationMethodDefaultValueVisitor
-
public class AsmAnnotationMethodDefaultValueVisitor extends org.objectweb.asm.AnnotationVisitor
-
-
Constructor Summary
Constructors Constructor Description AsmAnnotationMethodDefaultValueVisitor(AsmMethod asmMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(String name, Object value)
org.objectweb.asm.AnnotationVisitor
visitAnnotation(String name, String desc)
org.objectweb.asm.AnnotationVisitor
visitArray(String name)
void
visitEnum(String name, String desc, String value)
-
-
-
Constructor Detail
-
AsmAnnotationMethodDefaultValueVisitor
public AsmAnnotationMethodDefaultValueVisitor(AsmMethod asmMethod)
-
-
Method Detail
-
visit
public void visit(String name, Object value)
- Overrides:
visit
in classorg.objectweb.asm.AnnotationVisitor
-
visitEnum
public void visitEnum(String name, String desc, String value)
- Overrides:
visitEnum
in classorg.objectweb.asm.AnnotationVisitor
-
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String desc)
- Overrides:
visitAnnotation
in classorg.objectweb.asm.AnnotationVisitor
-
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(String name)
- Overrides:
visitArray
in classorg.objectweb.asm.AnnotationVisitor
-
-