Uses of Class
org.datanucleus.enhancer.asm.TypePath
Packages that use TypePath
Package
Description
DataNucleus ByteCode enhancer framework.
ASM : a small and fast bytecode manipulation framework.
-
Uses of TypePath in org.datanucleus.enhancer
Methods in org.datanucleus.enhancer with parameters of type TypePathModifier and TypeMethodDescriptionEnhancerCloneAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerCloneAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerPropertySetterAdapter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) EnhancerCloneAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerCloneAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertyGetterAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) EnhancerPropertySetterAdapter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) -
Uses of TypePath in org.datanucleus.enhancer.asm
Fields in org.datanucleus.enhancer.asm declared as TypePathModifier and TypeFieldDescription(package private) TypePath
Context.currentTypeAnnotationTargetPath
The target_path of the current type annotation target.Methods in org.datanucleus.enhancer.asm that return TypePathModifier and TypeMethodDescriptionstatic TypePath
TypePath.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 TypePathModifier and TypeMethodDescription(package private) static AnnotationWriter
AnnotationWriter.create
(SymbolTable symbolTable, int typeRef, TypePath typePath, 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.MethodVisitor.visitInsnAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an instruction.MethodWriter.visitInsnAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodVisitor.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodWriter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) MethodVisitor.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.MethodWriter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) ClassVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitor
ClassWriter.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.FieldWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) MethodVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.MethodWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) RecordComponentVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature.RecordComponentWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String descriptor, boolean visible)