接口 TextifierSupport

所有已知实现类:
CodeComment, Comment

public interface TextifierSupport
An Attribute that can print a readable representation of itself.
作者:
Eugene Kuleshov
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    textify(StringBuilder outputBuilder, Map<Label,String> labelNames)
    Generates a human readable representation of this attribute.
  • 方法详细资料

    • textify

      void textify(StringBuilder outputBuilder, Map<Label,String> labelNames)
      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.