|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.objectweb.asm | |
---|---|
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.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. |
Classes in org.objectweb.asm used by 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. |
Classes in org.objectweb.asm used by org.objectweb.asm.commons | |
---|---|
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. |
Classes in org.objectweb.asm used by org.objectweb.asm.tree | |
---|---|
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. |
Classes in org.objectweb.asm used by org.objectweb.asm.tree.analysis | |
---|---|
Opcodes
Defines the JVM opcodes, access flags and array type codes. |
|
Type
A Java type. |
Classes in org.objectweb.asm used by org.objectweb.asm.util | |
---|---|
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. |
Classes in org.objectweb.asm used by org.objectweb.asm.xml | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |