FileDocCategorySizeDatePackage
ASMifiable.javaAPI DocGlassfish v2 API2386Thu Mar 02 11:51:20 GMT 2006oracle.toplink.libraries.asm.util.attrs

ASMifiable

public interface ASMifiable
An attribute that can print the ASM code to create an equivalent attribute. Implementation should print the ASM code that generates attribute data structures for current attribute state.
author
Eugene Kuleshov

Fields Summary
Constructors Summary
Methods Summary
public voidasmify(java.lang.StringBuffer buf, java.lang.String varName, java.util.Map labelNames)
Prints the ASM code to create an attribute equal to this attribute.

param
buf A buffer used for printing Java code.
param
varName name of the variable in a printed code used to store attribute instance.
param
labelNames map of label instances to their names.