类的使用
org.beetl.ow2.asm.tree.TypeAnnotationNode
使用TypeAnnotationNode的程序包
程序包
说明
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
-
org.beetl.ow2.asm.tree中TypeAnnotationNode的使用
修饰符和类型类说明classA node that represents a type annotation on a local or resource variable.类型参数类型为TypeAnnotationNode的org.beetl.ow2.asm.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.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.TryCatchBlockNode.visibleTypeAnnotationsThe runtime visible type annotations on the exception handler type.