Uses of Class
org.datanucleus.enhancer.asm.AnnotationVisitor
Packages that use AnnotationVisitor
Package
Description
DataNucleus ByteCode enhancer framework.
ASM : a small and fast bytecode manipulation framework.
-
Uses of AnnotationVisitor in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer that return AnnotationVisitorModifier and TypeMethodDescriptionClassEnhancerImpl.MyClassVisitor.visitAnnotation
(String desc, boolean visible) EnhancerClassChecker.visitAnnotation
(String desc, boolean visible) Method to visit a class annotationsEnhancerCloneAdapter.visitAnnotation
(String arg0, boolean arg1) EnhancerPropertyGetterAdapter.visitAnnotation
(String arg0, boolean arg1) EnhancerPropertySetterAdapter.visitAnnotation
(String arg0, boolean arg1) EnhancerCloneAdapter.visitAnnotationDefault()
EnhancerPropertyGetterAdapter.visitAnnotationDefault()
EnhancerPropertySetterAdapter.visitAnnotationDefault()
EnhancerCloneAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerCloneAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerPropertySetterAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerCloneAdapter.visitParameterAnnotation
(int arg0, String arg1, boolean arg2) EnhancerPropertyGetterAdapter.visitParameterAnnotation
(int arg0, String arg1, boolean arg2) EnhancerPropertySetterAdapter.visitParameterAnnotation
(int arg0, String arg1, boolean arg2) EnhancerCloneAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerCloneAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) -
Uses of AnnotationVisitor in org.datanucleus.enhancer.asm
Subclasses of AnnotationVisitor in org.datanucleus.enhancer.asmModifier and TypeClassDescription(package private) final class
AnAnnotationVisitor
that generates a corresponding 'annotation' or 'type_annotation' structure, as defined in the Java Virtual Machine Specification (JVMS).Fields in org.datanucleus.enhancer.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitor
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.Methods in org.datanucleus.enhancer.asm that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationVisitor.getDelegate()
The annotation visitor to which this visitor must delegate method calls.AnnotationVisitor.visitAnnotation
(String name, String descriptor) Visits a nested annotation value of the annotation.AnnotationWriter.visitAnnotation
(String name, String descriptor) ClassVisitor.visitAnnotation
(String descriptor, boolean visible) Visits an annotation of the class.final AnnotationVisitor
ClassWriter.visitAnnotation
(String descriptor, boolean visible) FieldVisitor.visitAnnotation
(String descriptor, boolean visible) Visits an annotation of the field.FieldWriter.visitAnnotation
(String descriptor, boolean visible) MethodVisitor.visitAnnotation
(String descriptor, boolean visible) Visits an annotation of this method.MethodWriter.visitAnnotation
(String descriptor, boolean visible) RecordComponentVisitor.visitAnnotation
(String descriptor, boolean visible) Visits an annotation of the record component.RecordComponentWriter.visitAnnotation
(String descriptor, boolean visible) MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method.MethodWriter.visitAnnotationDefault()
AnnotationVisitor.visitArray
(String name) Visits an array value of the annotation.AnnotationWriter.visitArray
(String name) MethodVisitor.visitInsnAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an instruction.MethodWriter.visitInsnAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodVisitor.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodWriter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodVisitor.visitParameterAnnotation
(int parameter, String descriptor, boolean visible) Visits an annotation of a parameter this method.MethodWriter.visitParameterAnnotation
(int parameter, String annotationDescriptor, boolean visible) MethodVisitor.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.MethodWriter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) ClassVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitor
ClassWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) FieldVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on the type of the field.FieldWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.MethodWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) RecordComponentVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature.RecordComponentWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Methods in org.datanucleus.enhancer.asm with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionprivate int
ClassReader.readElementValue
(AnnotationVisitor annotationVisitor, int elementValueOffset, String elementName, char[] charBuffer) Reads a JVMS 'element_value' structure and makes the given visitor visit it.private int
ClassReader.readElementValues
(AnnotationVisitor annotationVisitor, int annotationOffset, boolean named, char[] charBuffer) Reads the element values of a JVMS 'annotation' structure and makes the given visitor visit them.Constructors in org.datanucleus.enhancer.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionprotected
AnnotationVisitor
(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor
.