接口 ASMifiable


public interface ASMifiable
An Attribute that can print the ASM code to create an equivalent attribute.
作者:
Eugene Kuleshov
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    asmify(StringBuffer buf, String varName, Map<Label,String> labelNames)
    Prints the ASM code to create an attribute equal to this attribute.
  • 方法详细资料

    • asmify

      void asmify(StringBuffer buf, String varName, Map<Label,String> labelNames)
      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.