public interface TextifierSupport
Attribute that can print a readable representation of itself.| Modifier and Type | Method and Description |
|---|---|
void |
textify(java.lang.StringBuilder outputBuilder,
java.util.Map<org.objectweb.asm.Label,java.lang.String> labelNames)
Generates a human readable representation of this attribute.
|
void textify(java.lang.StringBuilder outputBuilder,
java.util.Map<org.objectweb.asm.Label,java.lang.String> labelNames)
outputBuilder - where the human representation of this attribute must be appended.labelNames - the human readable names of the labels.