Package org.objectweb.asm.util
Interface TextifierSupport
-
public interface TextifierSupport
AnAttribute
that can print a readable representation of itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
textify(java.lang.StringBuilder outputBuilder, java.util.Map<Label,java.lang.String> labelNames)
Generates a human readable representation of this attribute.
-
-
-
Method Detail
-
textify
void textify(java.lang.StringBuilder outputBuilder, java.util.Map<Label,java.lang.String> labelNames)
Generates a human readable representation of this attribute.- Parameters:
outputBuilder
- where the human representation of this attribute must be appended.labelNames
- the human readable names of the labels.
-
-