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