| 程序包 | 说明 |
|---|---|
| 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.
|
class |
TypeAnnotationNode
A node that represents a type annotationn.
|
| 限定符和类型 | 字段和说明 |
|---|---|
List<AnnotationNode> |
ClassNode.invisibleAnnotations
The runtime invisible annotations of this class.
|
List<AnnotationNode> |
MethodNode.invisibleAnnotations
The runtime invisible annotations of this method.
|
List<AnnotationNode> |
FieldNode.invisibleAnnotations
The runtime invisible annotations of this field.
|
List<AnnotationNode> |
ClassNode.visibleAnnotations
The runtime visible annotations of this class.
|
List<AnnotationNode> |
MethodNode.visibleAnnotations
The runtime visible annotations of this method.
|
List<AnnotationNode> |
FieldNode.visibleAnnotations
The runtime visible annotations of this field.
|
Copyright © 2022. All rights reserved.