Uses of Class
org.datanucleus.enhancer.asm.TypePath
-
Packages that use TypePath Package Description org.datanucleus.enhancer DataNucleus ByteCode enhancer framework.org.datanucleus.enhancer.asm ASM : a small and fast bytecode manipulation framework. -
-
Uses of TypePath in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer with parameters of type TypePath Modifier and Type Method Description 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. 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 TypePath in org.datanucleus.enhancer.asm
Methods in org.datanucleus.enhancer.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.datanucleus.enhancer.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.
-