接口 ASMifierSupport


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

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

    • asmify

      void asmify(StringBuilder outputBuilder, String visitorVariableName, Map<Label,String> labelNames)
      Generates the ASM code to create an attribute equal to this attribute.
      参数:
      outputBuilder - where the generated code must be appended.
      visitorVariableName - the name of the visitor variable in the produced code.
      labelNames - the names of the labels in the generated code.