软件包 org.objectweb.asm
的使用

使用 org.objectweb.asm 的软件包
org.eclipse.jetty.annotations   
org.objectweb.asm Provides a small and fast bytecode manipulation framework. 
org.objectweb.asm.commons Provides some useful class and method adapters. 
org.objectweb.asm.optimizer   
org.objectweb.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits. 
org.objectweb.asm.tree.analysis Provides a framework for static code analysis based on the asm.tree package. 
org.objectweb.asm.util Provides ASM visitors that can be useful for programming and debugging purposes. 
org.objectweb.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. 
 

org.eclipse.jetty.annotations 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
MethodVisitor
          A visitor to visit a Java method.
Type
          A Java type.
 

org.objectweb.asm 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ByteVector
          A dynamically extensible vector of bytes.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Type
          A Java type.
 

org.objectweb.asm.commons 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

org.objectweb.asm.optimizer 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
 

org.objectweb.asm.tree 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
 

org.objectweb.asm.tree.analysis 使用的 org.objectweb.asm 中的类
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

org.objectweb.asm.util 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
 

org.objectweb.asm.xml 使用的 org.objectweb.asm 中的类
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassVisitor
          A visitor to visit a Java class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
 



Copyright © 2013. All Rights Reserved.