Uses of Package
org.objectweb.asm
Packages that use org.objectweb.asm
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
-
Classes in org.objectweb.asm used by org.objectweb.asmClassDescriptionA visitor to visit a Java annotation.A non standard class, field, method or code attribute.A dynamically extensible vector of bytes.A Java class parser to make a
ClassVisitorvisit an existing class.A visitor to visit a Java class.AClassVisitorthat generates classes in bytecode form.A visitor to visit a Java field.A label represents a position in the bytecode of a method.A visitor to visit a Java method.A Java type. -
Classes in org.objectweb.asm used by org.objectweb.asm.commonsClassDescriptionA visitor to visit a Java annotation.A non standard class, field, method or code attribute.An empty
ClassVisitorthat delegates to anotherClassVisitor.A visitor to visit a Java class.A visitor to visit a Java field.A label represents a position in the bytecode of a method.An emptyMethodVisitorthat delegates to anotherMethodVisitor.A visitor to visit a Java method.Defines the JVM opcodes, access flags and array type codes.A Java type. -
Classes in org.objectweb.asm used by org.objectweb.asm.treeClassDescriptionA visitor to visit a Java annotation.A non standard class, field, method or code attribute.A visitor to visit a Java class.A visitor to visit a Java field.A label represents a position in the bytecode of a method.A visitor to visit a Java method.
-
Classes in org.objectweb.asm used by org.objectweb.asm.tree.analysis
-
Classes in org.objectweb.asm used by org.objectweb.asm.utilClassDescriptionA visitor to visit a Java annotation.A non standard class, field, method or code attribute.An empty
ClassVisitorthat delegates to anotherClassVisitor.A Java class parser to make aClassVisitorvisit an existing class.A visitor to visit a Java class.A visitor to visit a Java field.A label represents a position in the bytecode of a method.An emptyMethodVisitorthat delegates to anotherMethodVisitor.A visitor to visit a Java method. -
Classes in org.objectweb.asm used by org.objectweb.asm.xmlClassDescriptionA visitor to visit a Java annotation.A non standard class, field, method or code attribute.A visitor to visit a Java class.A
ClassVisitorthat generates classes in bytecode form.A visitor to visit a Java field.A label represents a position in the bytecode of a method.A visitor to visit a Java method.Defines the JVM opcodes, access flags and array type codes.