Uses of Class
org.eclipse.sisu.space.asm.TypePath
-
Packages that use TypePath Package Description org.eclipse.sisu.space.asm -
-
Uses of TypePath in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as TypePath Modifier and Type Field Description (package private) TypePathContext. typePathThe path of the type annotation currently being parsed.Methods in org.eclipse.sisu.space.asm that return TypePath Modifier and Type Method Description static TypePathTypePath. fromString(java.lang.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 TypePath Modifier and Type Method Description (package private) static voidAnnotationWriter. putTarget(int typeRef, TypePath typePath, ByteVector out)Puts the given type reference and type path into the given bytevector.AnnotationVisitorMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on an instruction.AnnotationVisitorMethodWriter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)Visits an annotation on a local variable type.AnnotationVisitorMethodWriter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on an exception handler type.AnnotationVisitorMethodWriter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on a type in the class signature.AnnotationVisitorClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on the type of the field.AnnotationVisitorFieldWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on a type in the method signature.AnnotationVisitorMethodWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
-