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