接口 ASMifiable
public interface ASMifiable
An
Attribute that can print the ASM code
to create an equivalent attribute.- 作者:
- Eugene Kuleshov
-
方法概要
-
方法详细资料
-
asmify
Prints the ASM code to create an attribute equal to this attribute.- 参数:
buf- a buffer used for printing Java code.varName- className of the variable in a printed code used to store attribute instance.labelNames- map of label instances to their names.
-