pmd-lang-test / net.sourceforge.pmd.lang.ast.test / BaseNodeAttributePrinter

BaseNodeAttributePrinter

open class BaseNodeAttributePrinter : TextTreeRenderer

Base attribute printer, subclass to filter attributes.

Constructors

<init>

Base attribute printer, subclass to filter attributes.

BaseNodeAttributePrinter()

Functions

appendNodeInfoLn

open fun appendNodeInfoLn(out: Appendable, node: Node): Unit

ignoreAttribute

open fun ignoreAttribute(node: Node, attribute: Attribute): Boolean

valueToString

open fun valueToString(value: Any?): String?

Inheritors

RelevantAttributePrinter

open class RelevantAttributePrinter : BaseNodeAttributePrinter