Uses of Class
org.datanucleus.enhancer.asm.AnnotationVisitor
-
Packages that use AnnotationVisitor Package Description org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of AnnotationVisitor in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorClassEnhancerImpl.MyClassVisitor. visitAnnotation(String desc, boolean visible)AnnotationVisitorEnhancerClassChecker. visitAnnotation(String desc, boolean visible)Method to visit a class annotationsAnnotationVisitorEnhancerCloneAdapter. visitAnnotation(String arg0, boolean arg1)AnnotationVisitorEnhancerPropertyGetterAdapter. visitAnnotation(String arg0, boolean arg1)AnnotationVisitorEnhancerPropertySetterAdapter. visitAnnotation(String arg0, boolean arg1)AnnotationVisitorEnhancerCloneAdapter. visitAnnotationDefault()AnnotationVisitorEnhancerPropertyGetterAdapter. visitAnnotationDefault()AnnotationVisitorEnhancerPropertySetterAdapter. visitAnnotationDefault()AnnotationVisitorEnhancerCloneAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertyGetterAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertySetterAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerCloneAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)AnnotationVisitorEnhancerPropertyGetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)AnnotationVisitorEnhancerPropertySetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible)AnnotationVisitorEnhancerCloneAdapter. visitParameterAnnotation(int arg0, String arg1, boolean arg2)AnnotationVisitorEnhancerPropertyGetterAdapter. visitParameterAnnotation(int arg0, String arg1, boolean arg2)AnnotationVisitorEnhancerPropertySetterAdapter. visitParameterAnnotation(int arg0, String arg1, boolean arg2)AnnotationVisitorEnhancerCloneAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertyGetterAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertySetterAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerCloneAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertyGetterAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible)AnnotationVisitorEnhancerPropertySetterAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, String desc, boolean visible) -
Uses of AnnotationVisitor in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as AnnotationVisitor Modifier and Type Field Description protected AnnotationVisitorAnnotationVisitor. avThe annotation visitor to which this visitor must delegate method calls.Methods in org.datanucleus.enhancer.asm that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorAnnotationVisitor. visitAnnotation(String name, String descriptor)Visits a nested annotation value of the annotation.AnnotationVisitorClassVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the class.AnnotationVisitorClassWriter. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorFieldVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the field.AnnotationVisitorMethodVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of this method.AnnotationVisitorRecordComponentVisitor. visitAnnotation(String descriptor, boolean visible)Visits an annotation of the record component.AnnotationVisitorMethodVisitor. visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitorAnnotationVisitor. visitArray(String name)Visits an array value of the annotation.AnnotationVisitorMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on an instruction.AnnotationVisitorMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible)Visits an annotation on a local variable type.AnnotationVisitorMethodVisitor. visitParameterAnnotation(int parameter, String descriptor, boolean visible)Visits an annotation of a parameter this method.AnnotationVisitorMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on an exception handler type.AnnotationVisitorClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the class signature.AnnotationVisitorClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on the type of the field.AnnotationVisitorMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the method signature.AnnotationVisitorRecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Visits an annotation on a type in the record component signature.Constructors in org.datanucleus.enhancer.asm with parameters of type AnnotationVisitor Constructor Description AnnotationVisitor(int api, AnnotationVisitor annotationVisitor)Constructs a newAnnotationVisitor.
-