| 程序包 | 说明 |
|---|---|
| org.beetl.ow2.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalVariableAnnotationNode
A node that represents a type annotation on a local or resource variable.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<TypeAnnotationNode> |
ClassNode.invisibleTypeAnnotations
The runtime invisible type annotations of this class.
|
List<TypeAnnotationNode> |
TryCatchBlockNode.invisibleTypeAnnotations
The runtime invisible type annotations on the exception handler type.
|
List<TypeAnnotationNode> |
MethodNode.invisibleTypeAnnotations
The runtime invisible type annotations of this method.
|
List<TypeAnnotationNode> |
FieldNode.invisibleTypeAnnotations
The runtime invisible type annotations of this field.
|
List<TypeAnnotationNode> |
AbstractInsnNode.invisibleTypeAnnotations
The runtime invisible type annotations of this instruction.
|
List<TypeAnnotationNode> |
ClassNode.visibleTypeAnnotations
The runtime visible type annotations of this class.
|
List<TypeAnnotationNode> |
TryCatchBlockNode.visibleTypeAnnotations
The runtime visible type annotations on the exception handler type.
|
List<TypeAnnotationNode> |
MethodNode.visibleTypeAnnotations
The runtime visible type annotations of this method.
|
List<TypeAnnotationNode> |
FieldNode.visibleTypeAnnotations
The runtime visible type annotations of this field.
|
List<TypeAnnotationNode> |
AbstractInsnNode.visibleTypeAnnotations
The runtime visible type annotations of this instruction.
|
Copyright © 2022. All rights reserved.