文件名称: asm-9.7.jar中文-英文对照文档.zip
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>Gradle:
implementation group: 'org.ow2.asm', name: 'asm', version: '9.7'
Gradle (Short):
implementation 'org.ow2.asm:asm:9.7'
Gradle (Kotlin):
implementation("org.ow2.asm:asm:9.7")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.objectweb.asm
org.objectweb.asm.signatureorg.objectweb.asm.AnnotationVisitor
org.objectweb.asm.Attribute
org.objectweb.asm.ByteVector
org.objectweb.asm.ClassReader
org.objectweb.asm.ClassTooLargeException
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
org.objectweb.asm.ConstantDynamic
org.objectweb.asm.FieldVisitor
org.objectweb.asm.Handle
org.objectweb.asm.Label
org.objectweb.asm.MethodTooLargeException
org.objectweb.asm.MethodVisitor
org.objectweb.asm.ModuleVisitor
org.objectweb.asm.Opcodes
org.objectweb.asm.RecordComponentVisitor
org.objectweb.asm.Type
org.objectweb.asm.TypePath
org.objectweb.asm.TypeReference
org.objectweb.asm.signature.SignatureReader
org.objectweb.asm.signature.SignatureVisitor
org.objectweb.asm.signature.SignatureWriter