Uses of Class
org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
-
Uses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm
Fields in org.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.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.eclipse.persistence.internal.libraries.asm with parameters of type AnnotationVisitor Constructor Description AnnotationVisitor(int api, AnnotationVisitor annotationVisitor)Constructs a newAnnotationVisitor. -
Uses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of AnnotationVisitor in org.eclipse.persistence.internal.libraries.asm.commons Modifier and Type Class Description classAnnotationRemapperAnAnnotationVisitorthat remaps types with aRemapper.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return AnnotationVisitor Modifier and Type Method Description protected 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.AnnotationVisitorAnnotationRemapper. visitAnnotation(String name, String descriptor)AnnotationVisitorClassRemapper. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorFieldRemapper. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorRecordComponentRemapper. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitAnnotationDefault()AnnotationVisitorAnnotationRemapper. visitArray(String name)AnnotationVisitorMethodRemapper. visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorLocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitParameterAnnotation(int parameter, String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorClassRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorFieldRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorRecordComponentRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type AnnotationVisitor Modifier and Type Method Description protected 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 AnnotationVisitor Constructor Description AnnotationRemapper(int api, String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper)Constructs a newAnnotationRemapper.AnnotationRemapper(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.tree Modifier and Type Class Description classAnnotationNodeA node that represents an annotation.classLocalVariableAnnotationNodeA node that represents a type annotation on a local or resource variable.classTypeAnnotationNodeA node that represents a type annotation.Methods in org.eclipse.persistence.internal.libraries.asm.tree that return AnnotationVisitor Modifier and Type Method Description AnnotationVisitorAnnotationNode. visitAnnotation(String name, String descriptor)AnnotationVisitorClassNode. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorFieldNode. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorMethodNode. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorRecordComponentNode. visitAnnotation(String descriptor, boolean visible)AnnotationVisitorMethodNode. visitAnnotationDefault()AnnotationVisitorAnnotationNode. visitArray(String name)AnnotationVisitorMethodNode. visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorMethodNode. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible)AnnotationVisitorMethodNode. visitParameterAnnotation(int parameter, String descriptor, boolean visible)AnnotationVisitorMethodNode. visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorClassNode. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorFieldNode. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorMethodNode. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)AnnotationVisitorRecordComponentNode. visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type AnnotationVisitor Modifier and Type Method Description voidAnnotationNode. accept(AnnotationVisitor annotationVisitor)Makes the given visitor visit this annotation.
-