Uses of Class
org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
Packages that use AnnotationVisitor
Package
Description
-
Uses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm
Subclasses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asmFields in org.eclipse.persistence.internal.libraries.asm declared as AnnotationVisitorModifier and TypeFieldDescriptionprotected AnnotationVisitorAnnotationVisitor.avThe annotation visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.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.ClassVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the class.final AnnotationVisitorClassWriter.visitAnnotation(String descriptor, boolean visible) FieldVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the field.MethodVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of this method.RecordComponentVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the record component.MethodVisitor.visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitor.visitArray(String name) Visits an array value of the annotation.MethodVisitor.visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an instruction.MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodVisitor.visitParameterAnnotation(int parameter, String descriptor, boolean visible) Visits an annotation of a parameter this method.MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.ClassVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitorClassWriter.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.MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.RecordComponentVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature.Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type AnnotationVisitorModifierConstructorDescriptionprotectedAnnotationVisitor(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor.EclipseLinkAnnotationVisitor(AnnotationVisitor annotationVisitor) -
Uses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.commonsMethods in org.eclipse.persistence.internal.libraries.asm.commons that return AnnotationVisitorModifier and TypeMethodDescriptionprotected AnnotationVisitorAnnotationRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorAnnotationRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorClassRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorClassRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorFieldRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorFieldRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorMethodRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorMethodRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorRecordComponentRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorRecordComponentRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.AnnotationRemapper.visitAnnotation(String name, String descriptor) ClassRemapper.visitAnnotation(String descriptor, boolean visible) FieldRemapper.visitAnnotation(String descriptor, boolean visible) MethodRemapper.visitAnnotation(String descriptor, boolean visible) RecordComponentRemapper.visitAnnotation(String descriptor, boolean visible) MethodRemapper.visitAnnotationDefault()AnnotationRemapper.visitArray(String name) MethodRemapper.visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodRemapper.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodRemapper.visitParameterAnnotation(int parameter, String descriptor, boolean visible) MethodRemapper.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) ClassRemapper.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) FieldRemapper.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodRemapper.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) RecordComponentRemapper.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionprotected AnnotationVisitorAnnotationRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorAnnotationRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorClassRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorClassRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorFieldRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorFieldRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorMethodRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorMethodRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.protected AnnotationVisitorRecordComponentRemapper.createAnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor) Constructs a new remapper for annotations.protected AnnotationVisitorRecordComponentRemapper.createAnnotationRemapper(AnnotationVisitor annotationVisitor) Deprecated.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type AnnotationVisitorModifierConstructorDescriptionprotectedAnnotationRemapper(int api, String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper.protectedAnnotationRemapper(int api, AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated.AnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper.AnnotationRemapper(AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated. -
Uses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.tree
Subclasses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.treeModifier and TypeClassDescriptionclassA node that represents an annotation.classA node that represents a type annotation on a local or resource variable.classA node that represents a type annotation.Methods in org.eclipse.persistence.internal.libraries.asm.tree that return AnnotationVisitorModifier and TypeMethodDescriptionAnnotationNode.visitAnnotation(String name, String descriptor) ClassNode.visitAnnotation(String descriptor, boolean visible) FieldNode.visitAnnotation(String descriptor, boolean visible) MethodNode.visitAnnotation(String descriptor, boolean visible) RecordComponentNode.visitAnnotation(String descriptor, boolean visible) MethodNode.visitAnnotationDefault()AnnotationNode.visitArray(String name) MethodNode.visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodNode.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodNode.visitParameterAnnotation(int parameter, String descriptor, boolean visible) MethodNode.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) ClassNode.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) FieldNode.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodNode.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) RecordComponentNode.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type AnnotationVisitorModifier and TypeMethodDescriptionvoidAnnotationNode.accept(AnnotationVisitor annotationVisitor) Makes the given visitor visit this annotation.
AnnotationRemapper.createAnnotationRemapper(String, AnnotationVisitor)instead.