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 AnnotationVisitor
EnhancerCloneAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertyGetterAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertySetterAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerCloneAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertyGetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertySetterAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerCloneAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertyGetterAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertySetterAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerCloneAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertyGetterAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
EnhancerPropertySetterAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
-
Uses of TypePath in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as TypePath Modifier and Type Field Description (package private) TypePath
Context. currentTypeAnnotationTargetPath
The target_path of the current type annotation target.Methods in org.datanucleus.enhancer.asm that return TypePath Modifier and Type Method Description static TypePath
TypePath. fromString(java.lang.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 (package private) static AnnotationWriter
AnnotationWriter. create(SymbolTable symbolTable, int typeRef, TypePath typePath, java.lang.String descriptor, AnnotationWriter previousAnnotation)
Creates a newAnnotationWriter
using named values.(package private) static void
TypePath. put(TypePath typePath, ByteVector output)
Puts the type_path JVMS structure corresponding to the given TypePath into the given ByteVector.AnnotationVisitor
MethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on an instruction.AnnotationVisitor
MethodWriter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
Visits an annotation on a local variable type.AnnotationVisitor
MethodWriter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on an exception handler type.AnnotationVisitor
MethodWriter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
ClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the class signature.AnnotationVisitor
ClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
FieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on the type of the field.AnnotationVisitor
FieldWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the method signature.AnnotationVisitor
MethodWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
RecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the record component signature.AnnotationVisitor
RecordComponentWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
-