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