| A constant that is the ASM representation of the JDK version number for use in the
ClassWriter.visitor method calls.
Prior to version 1.5 of ASM, the code generated was always JDK1.3 compliant. As of ASM version
1.5 there is an extra (first) parameter to specify the bytecode version to generate. In
version 1.5 these are in Constants. The CVS (as at 2004.12.12) and presumably in version 2.0,
the interface Constants is replaced by Opcodes.
|