public interface ASMifierSupport
Attribute that can generate the ASM code to create an equivalent
attribute.| Modifier and Type | Method and Description |
|---|---|
void |
asmify(StringBuilder outputBuilder,
String visitorVariableName,
Map<Label,String> labelNames)
Generates the ASM code to create an attribute equal to this attribute.
|
void asmify(StringBuilder outputBuilder, String visitorVariableName, Map<Label,String> labelNames)
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.Copyright © 2025. All rights reserved.