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