Uses of Class
org.eclipse.persistence.internal.libraries.asm.TypePath
-
Packages that use TypePath Package Description org.eclipse.persistence.internal.libraries.asm org.eclipse.persistence.internal.libraries.asm.commons org.eclipse.persistence.internal.libraries.asm.tree -
-
Uses of TypePath in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return TypePath Modifier and Type Method Description static TypePathTypePath. fromString(String typePath)Converts a type path in string form, in the format used bytoString(), into a TypePath object.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type TypePath Modifier and Type Method Description 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. 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. -
Uses of TypePath in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type TypePath Modifier and Type Method Description 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. 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) -
Uses of TypePath in org.eclipse.persistence.internal.libraries.asm.tree
Fields in org.eclipse.persistence.internal.libraries.asm.tree declared as TypePath Modifier and Type Field Description TypePathTypeAnnotationNode. typePathThe path to the annotated type argument, wildcard bound, array element type, or static outer type within the referenced type.Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type TypePath Modifier and Type Method Description 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. 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)Constructors in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type TypePath Constructor Description LocalVariableAnnotationNode(int api, int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, String descriptor)Constructs a newLocalVariableAnnotationNode.LocalVariableAnnotationNode(int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, String descriptor)Constructs a newLocalVariableAnnotationNode.TypeAnnotationNode(int api, int typeRef, TypePath typePath, String descriptor)Constructs a newAnnotationNode.TypeAnnotationNode(int typeRef, TypePath typePath, String descriptor)Constructs a newAnnotationNode.
-