Uses of Class
org.eclipse.sisu.space.asm.TypePath
Packages that use TypePath
-
Uses of TypePath in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as TypePathModifier and TypeFieldDescription(package private) TypePath
Context.typePath
The path of the type annotation currently being parsed.Methods in org.eclipse.sisu.space.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.eclipse.sisu.space.asm with parameters of type TypePathModifier and TypeMethodDescription(package private) static void
AnnotationWriter.putTarget
(int typeRef, TypePath typePath, ByteVector out) Puts the given type reference and type path into the given bytevector.MethodVisitor.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an instruction.MethodWriter.visitInsnAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitor.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) Visits an annotation on a local variable type.MethodWriter.visitLocalVariableAnnotation
(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String desc, boolean visible) MethodVisitor.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on an exception handler type.MethodWriter.visitTryCatchAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) ClassVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the class signature.final AnnotationVisitor
ClassWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) FieldVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on the type of the field.FieldWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) MethodVisitor.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible) Visits an annotation on a type in the method signature.MethodWriter.visitTypeAnnotation
(int typeRef, TypePath typePath, String desc, boolean visible)