asm-analysis-5.0.3.jar中文-英文对照文档.zip

org.ow2.asmasm-analysis5.0.3API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: asm-analysis-5.0.3.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.18 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

asm-analysis-5.0.3.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:asm-analysis-5.0.3.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:asm-analysis-5.0.3.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:asm-analysis-5.0.3.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:asm-analysis-5.0.3-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 asm-analysis-5.0.3.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: ASM Analysis
  • 描述: org.ow2.asm - asm-analysis
  • 版本: 5.0.3

Maven依赖

<dependency>
	<groupId>org.ow2.asm</groupId>
	<artifactId>asm-analysis</artifactId>
	<version>5.0.3</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.ow2.asm', name: 'asm-analysis', version: '5.0.3'
Gradle (Short):
	implementation 'org.ow2.asm:asm-analysis:5.0.3'
Gradle (Kotlin):
	implementation("org.ow2.asm:asm-analysis:5.0.3")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.objectweb.asm
org.objectweb.asm.commons
org.objectweb.asm.signature
org.objectweb.asm.tree
org.objectweb.asm.tree.analysis
org.objectweb.asm.util
org.objectweb.asm.xml

本组件包含的 Java class(类)

org.objectweb.asm.AnnotationVisitor
org.objectweb.asm.Attribute
org.objectweb.asm.ByteVector
org.objectweb.asm.ClassReader
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
org.objectweb.asm.FieldVisitor
org.objectweb.asm.Handle
org.objectweb.asm.Label
org.objectweb.asm.MethodVisitor
org.objectweb.asm.Opcodes
org.objectweb.asm.Type
org.objectweb.asm.TypePath
org.objectweb.asm.TypeReference
org.objectweb.asm.commons.AdviceAdapter
org.objectweb.asm.commons.AnalyzerAdapter
org.objectweb.asm.commons.CodeSizeEvaluator
org.objectweb.asm.commons.GeneratorAdapter
org.objectweb.asm.commons.InstructionAdapter
org.objectweb.asm.commons.JSRInlinerAdapter
org.objectweb.asm.commons.LocalVariablesSorter
org.objectweb.asm.commons.Method
org.objectweb.asm.commons.Remapper
org.objectweb.asm.commons.RemappingAnnotationAdapter
org.objectweb.asm.commons.RemappingClassAdapter
org.objectweb.asm.commons.RemappingFieldAdapter
org.objectweb.asm.commons.RemappingMethodAdapter
org.objectweb.asm.commons.RemappingSignatureAdapter
org.objectweb.asm.commons.SerialVersionUIDAdder
org.objectweb.asm.commons.SimpleRemapper
org.objectweb.asm.commons.StaticInitMerger
org.objectweb.asm.commons.TableSwitchGenerator
org.objectweb.asm.commons.TryCatchBlockSorter
org.objectweb.asm.signature.SignatureReader
org.objectweb.asm.signature.SignatureVisitor
org.objectweb.asm.signature.SignatureWriter
org.objectweb.asm.tree.AbstractInsnNode
org.objectweb.asm.tree.AnnotationNode
org.objectweb.asm.tree.ClassNode
org.objectweb.asm.tree.FieldInsnNode
org.objectweb.asm.tree.FieldNode
org.objectweb.asm.tree.FrameNode
org.objectweb.asm.tree.IincInsnNode
org.objectweb.asm.tree.InnerClassNode
org.objectweb.asm.tree.InsnList
org.objectweb.asm.tree.InsnNode
org.objectweb.asm.tree.IntInsnNode
org.objectweb.asm.tree.InvokeDynamicInsnNode
org.objectweb.asm.tree.JumpInsnNode
org.objectweb.asm.tree.LabelNode
org.objectweb.asm.tree.LdcInsnNode
org.objectweb.asm.tree.LineNumberNode
org.objectweb.asm.tree.LocalVariableAnnotationNode
org.objectweb.asm.tree.LocalVariableNode
org.objectweb.asm.tree.LookupSwitchInsnNode
org.objectweb.asm.tree.MethodInsnNode
org.objectweb.asm.tree.MethodNode
org.objectweb.asm.tree.MultiANewArrayInsnNode
org.objectweb.asm.tree.ParameterNode
org.objectweb.asm.tree.TableSwitchInsnNode
org.objectweb.asm.tree.TryCatchBlockNode
org.objectweb.asm.tree.TypeAnnotationNode
org.objectweb.asm.tree.TypeInsnNode
org.objectweb.asm.tree.VarInsnNode
org.objectweb.asm.tree.analysis.Analyzer
org.objectweb.asm.tree.analysis.AnalyzerException
org.objectweb.asm.tree.analysis.BasicInterpreter
org.objectweb.asm.tree.analysis.BasicValue
org.objectweb.asm.tree.analysis.BasicVerifier
org.objectweb.asm.tree.analysis.Frame
org.objectweb.asm.tree.analysis.Interpreter
org.objectweb.asm.tree.analysis.SimpleVerifier
org.objectweb.asm.tree.analysis.SourceInterpreter
org.objectweb.asm.tree.analysis.SourceValue
org.objectweb.asm.tree.analysis.Value
org.objectweb.asm.util.ASMifiable
org.objectweb.asm.util.ASMifier
org.objectweb.asm.util.CheckAnnotationAdapter
org.objectweb.asm.util.CheckClassAdapter
org.objectweb.asm.util.CheckFieldAdapter
org.objectweb.asm.util.CheckMethodAdapter
org.objectweb.asm.util.CheckSignatureAdapter
org.objectweb.asm.util.Printer
org.objectweb.asm.util.Textifiable
org.objectweb.asm.util.Textifier
org.objectweb.asm.util.TraceAnnotationVisitor
org.objectweb.asm.util.TraceClassVisitor
org.objectweb.asm.util.TraceFieldVisitor
org.objectweb.asm.util.TraceMethodVisitor
org.objectweb.asm.util.TraceSignatureVisitor
org.objectweb.asm.xml.ASMContentHandler
org.objectweb.asm.xml.Processor
org.objectweb.asm.xml.SAXAdapter
org.objectweb.asm.xml.SAXAnnotationAdapter
org.objectweb.asm.xml.SAXClassAdapter
org.objectweb.asm.xml.SAXCodeAdapter
org.objectweb.asm.xml.SAXFieldAdapter