Uses of Package
com.googlecode.aviator.asm
-
Packages that use com.googlecode.aviator.asm Package Description com.googlecode.aviator.asm com.googlecode.aviator.asm.commons com.googlecode.aviator.code.asm -
Classes in com.googlecode.aviator.asm used by com.googlecode.aviator.asm Class Description AnnotationVisitor A visitor to visit a Java annotation.AnnotationWriter AnAnnotationVisitor
that generates annotations in bytecode form.Attribute A non standard class, field, method or code attribute.ByteVector A dynamically extensible vector of bytes.ClassReader A Java class parser to make aClassVisitor
visit an existing class.ClassVisitor A visitor to visit a Java class.ClassWriter AClassVisitor
that generates classes in bytecode form.Context Information about a class being parsed in aClassReader
.Edge An edge in the control flow graph of a method body.FieldVisitor A visitor to visit a Java field.FieldWriter AnFieldVisitor
that generates Java fields in bytecode form.Frame Information about the input and output stack map frames of a basic block.Handle A reference to a field or a method.Handler Information about an exception handler block.Item A constant pool item.Label A label represents a position in the bytecode of a method.MethodVisitor A visitor to visit a Java method.MethodWriter AMethodVisitor
that generates methods in bytecode form.Type A Java field or method type. -
Classes in com.googlecode.aviator.asm used by com.googlecode.aviator.asm.commons Class Description ClassVisitor A visitor to visit a Java class.FieldVisitor A visitor to visit a Java field.Handle A reference to a field or a method.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.Type A Java field or method type. -
Classes in com.googlecode.aviator.asm used by com.googlecode.aviator.code.asm Class Description ClassWriter AClassVisitor
that generates classes in bytecode form.Label A label represents a position in the bytecode of a method.MethodVisitor A visitor to visit a Java method.