Interface RichTextMapper

  • All Known Implementing Classes:
    NodeEditionCodeArea

    public interface RichTextMapper
    Can provide the rich text for a node.
    Author:
    Clément Fournier
    • Method Detail

      • wrapNode

        TextAwareNodeWrapper wrapNode​(net.sourceforge.pmd.lang.ast.Node node)
        Wraps a node into a convenience layer that can for example provide the rich text associated with it.