类的使用
org.ssssssss.script.asm.AnnotationVisitor
使用AnnotationVisitor的程序包
-
org.ssssssss.script.asm中AnnotationVisitor的使用
修饰符和类型字段说明protected AnnotationVisitorAnnotationVisitor.avThe annotation visitor to which this visitor must delegate method calls.修饰符和类型方法说明AnnotationVisitor.visitAnnotation(String name, String descriptor) Visits a nested annotation value of the annotation.ClassVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the class.final AnnotationVisitorClassWriter.visitAnnotation(String descriptor, boolean visible) FieldVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the field.MethodVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of this method.RecordComponentVisitor.visitAnnotation(String descriptor, boolean visible) Visits an annotation of the record component.MethodVisitor.visitAnnotationDefault()Visits the default value of this annotation interface method.AnnotationVisitor.visitArray(String name) Visits an array value of the annotation.MethodVisitor.visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an instruction.MethodVisitor.visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, String descriptor, boolean visible) Visits an annotation on a local variable type.MethodVisitor.visitParameterAnnotation(int parameter, String descriptor, boolean visible) Visits an annotation of a parameter this method.MethodVisitor.visitTryCatchAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on an exception handler type.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.MethodVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the method signature.RecordComponentVisitor.visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible) Visits an annotation on a type in the record component signature.参数类型为AnnotationVisitor的org.ssssssss.script.asm中的构造器限定符构造器说明AnnotationVisitor(int api, AnnotationVisitor annotationVisitor) Constructs a newAnnotationVisitor.