接口 ASMifierSupport
public interface ASMifierSupport
An
Attribute that can generate the ASM code to create an equivalent
attribute.- 作者:
- Eugene Kuleshov
-
方法概要
-
方法详细资料
-
asmify
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.
-