类的使用
cn.taketoday.bytecode.tree.TypeAnnotationNode
使用TypeAnnotationNode的程序包
-
cn.taketoday.bytecode.tree中TypeAnnotationNode的使用
修饰符和类型类说明classA node that represents a type annotation on a local or resource variable.类型参数类型为TypeAnnotationNode的cn.taketoday.bytecode.tree中的字段修饰符和类型字段说明AbstractInsnNode.invisibleTypeAnnotationsThe runtime invisible type annotations of this instruction.ClassNode.invisibleTypeAnnotationsThe runtime invisible type annotations of this class.FieldNode.invisibleTypeAnnotationsThe runtime invisible type annotations of this field.MethodNode.invisibleTypeAnnotationsThe runtime invisible type annotations of this method.RecordComponentNode.invisibleTypeAnnotationsThe runtime invisible type annotations of this record component.TryCatchBlockNode.invisibleTypeAnnotationsThe runtime invisible type annotations on the exception handler type.AbstractInsnNode.visibleTypeAnnotationsThe runtime visible type annotations of this instruction.ClassNode.visibleTypeAnnotationsThe runtime visible type annotations of this class.FieldNode.visibleTypeAnnotationsThe runtime visible type annotations of this field.MethodNode.visibleTypeAnnotationsThe runtime visible type annotations of this method.RecordComponentNode.visibleTypeAnnotationsThe runtime visible type annotations of this record component.TryCatchBlockNode.visibleTypeAnnotationsThe runtime visible type annotations on the exception handler type.类型变量类型为TypeAnnotationNode的cn.taketoday.bytecode.tree中的方法参数修饰符和类型方法说明private static voidTryCatchBlockNode.doAccept(MethodVisitor methodVisitor, List<TypeAnnotationNode> typeAnnotations, boolean visible)