| Package | Description | 
|---|---|
| org.datanucleus.enhancer | 
 
        DataNucleus ByteCode enhancer framework. 
 | 
| org.datanucleus.enhancer.asm | 
 ASM v5.1 : a small and fast bytecode manipulation framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationVisitor | 
ClassEnhancerImpl.MyClassVisitor.visitAnnotation(String desc,
               boolean visible)  | 
AnnotationVisitor | 
EnhancerClassChecker.visitAnnotation(String desc,
               boolean visible)
Method to visit a class annotations 
 | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitAnnotation(String arg0,
               boolean arg1)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitAnnotation(String arg0,
               boolean arg1)  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitAnnotationDefault()  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitAnnotationDefault()  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitInsnAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitInsnAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitLocalVariableAnnotation(int typeRef,
                            TypePath typePath,
                            Label[] start,
                            Label[] end,
                            int[] index,
                            String desc,
                            boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitLocalVariableAnnotation(int typeRef,
                            TypePath typePath,
                            Label[] start,
                            Label[] end,
                            int[] index,
                            String desc,
                            boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitParameterAnnotation(int arg0,
                        String arg1,
                        boolean arg2)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitParameterAnnotation(int arg0,
                        String arg1,
                        boolean arg2)  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitTryCatchAnnotation(int typeRef,
                       TypePath typePath,
                       String desc,
                       boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitTryCatchAnnotation(int typeRef,
                       TypePath typePath,
                       String desc,
                       boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertySetterAdapter.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)  | 
AnnotationVisitor | 
EnhancerPropertyGetterAdapter.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected AnnotationVisitor | 
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationVisitor | 
ClassWriter.visitAnnotation(String desc,
               boolean visible)  | 
AnnotationVisitor | 
MethodVisitor.visitAnnotation(String desc,
               boolean visible)
Visits an annotation of this method. 
 | 
AnnotationVisitor | 
ClassVisitor.visitAnnotation(String desc,
               boolean visible)
Visits an annotation of the class. 
 | 
AnnotationVisitor | 
FieldVisitor.visitAnnotation(String desc,
               boolean visible)
Visits an annotation of the field. 
 | 
AnnotationVisitor | 
AnnotationVisitor.visitAnnotation(String name,
               String desc)
Visits a nested annotation value of the annotation. 
 | 
AnnotationVisitor | 
MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method. 
 | 
AnnotationVisitor | 
AnnotationVisitor.visitArray(String name)
Visits an array value of the annotation. 
 | 
AnnotationVisitor | 
MethodVisitor.visitInsnAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)
Visits an annotation on an instruction. 
 | 
AnnotationVisitor | 
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
                            TypePath typePath,
                            Label[] start,
                            Label[] end,
                            int[] index,
                            String desc,
                            boolean visible)
Visits an annotation on a local variable type. 
 | 
AnnotationVisitor | 
MethodVisitor.visitParameterAnnotation(int parameter,
                        String desc,
                        boolean visible)
Visits an annotation of a parameter this method. 
 | 
AnnotationVisitor | 
MethodVisitor.visitTryCatchAnnotation(int typeRef,
                       TypePath typePath,
                       String desc,
                       boolean visible)
Visits an annotation on an exception handler type. 
 | 
AnnotationVisitor | 
ClassWriter.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)  | 
AnnotationVisitor | 
MethodVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)
Visits an annotation on a type in the method signature. 
 | 
AnnotationVisitor | 
ClassVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)
Visits an annotation on a type in the class signature. 
 | 
AnnotationVisitor | 
FieldVisitor.visitTypeAnnotation(int typeRef,
                   TypePath typePath,
                   String desc,
                   boolean visible)
Visits an annotation on the type of the field. 
 | 
| Constructor and Description | 
|---|
AnnotationVisitor(int api,
                 AnnotationVisitor av)
Constructs a new  
AnnotationVisitor. | 
Copyright © 2018. All rights reserved.