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) TypePathContext.currentTypeAnnotationTargetPathThe target_path of the current type annotation target.Methods in org.eclipse.sisu.space.asm that return TypePathModifier and TypeMethodDescriptionstatic TypePathTypePath.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 AnnotationWriterAnnotationWriter.create(SymbolTable symbolTable, int typeRef, TypePath typePath, String descriptor, AnnotationWriter previousAnnotation) Creates a newAnnotationWriterusing named values.(package private) static voidTypePath.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 AnnotationVisitorClassWriter.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)