接口 TextifierSupport
- 所有已知实现类:
CodeComment,Comment
public interface TextifierSupport
An
Attribute that can print a readable representation of itself.- 作者:
- Eugene Kuleshov
-
方法概要
修饰符和类型方法说明voidtextify(StringBuilder outputBuilder, Map<Label, String> labelNames) Generates a human readable representation of this attribute.
-
方法详细资料
-
textify
Generates a human readable representation of this attribute.- 参数:
outputBuilder- where the human representation of this attribute must be appended.labelNames- the human readable names of the labels.
-