Package org.curjent.impl.asm

Private, trimmed-down version of ASM.

See:
          Description

Interface Summary
Opcodes Defines the JVM opcodes, access flags and array type codes.
 

Class Summary
ByteVector A dynamically extensible vector of bytes.
ClassWriter A { @link ClassVisitor} that generates classes in bytecode form.
FieldWriter An { @link FieldVisitor} that generates Java fields in bytecode form.
Handler Information about an exception handler block.
Item A constant pool item.
Label A label represents a position in the bytecode of a method.
MethodWriter A { @link MethodVisitor} that generates methods in bytecode form.
Type A Java type.
 

Package org.curjent.impl.asm Description

Private, trimmed-down version of ASM.



Copyright 2009-2011 Tom Landon
Apache License 2.0