Package org.objectweb.asm.util
Interface TextifierSupport
-
public interface TextifierSupportAnAttributethat can print a readable representation of itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtextify(StringBuilder outputBuilder, Map<Label,String> labelNames)Generates a human readable representation of this attribute.
-
-
-
Method Detail
-
textify
void textify(StringBuilder outputBuilder, Map<Label,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.
-
-