public interface ASMifiable
Attribute
that can generate the ASM code to create an equivalent
attribute.Modifier and Type | Method | Description |
---|---|---|
void |
asmify(java.lang.StringBuffer outputBuffer,
java.lang.String visitorVariableName,
java.util.Map<Label,java.lang.String> labelNames) |
Generates the ASM code to create an attribute equal to this attribute.
|
void asmify(java.lang.StringBuffer outputBuffer, java.lang.String visitorVariableName, java.util.Map<Label,java.lang.String> labelNames)
outputBuffer
- 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.