Mail Archive Home | architecture List | November 2003 Index
| <-- Date Index --> | <-- Thread Index --> |
this new version includes support for non standard class attributes. The API has changed, but only through 2 new methods and one additional parameter in two methods, so existing code based on ASM 1.3 should not be difficult to port to ASM 1.4 Eric PS IMPORTANT NOTE: the default ClassReader/ClassWriter keep the non standard attributes unchanged. For class transformers, this default behavior will most often lead to invalid attributes: if a class is transformed, but not its attributes, the references from the attributes to the constant pool will likely become invalid. So, in order to support non standard attributes correctly, one has to write subclasses of ClassReader/ClassWriter that know how to handle these attributes (see the 'examples/attributes' example).
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.