Interface Format.Matcher

All Known Implementing Classes:
Format.NonFormatPrinter, Format.Rewriter, Format.Visitor, FormatTree.Inner1.Inner2, ReferenceRewriter
Enclosing class:
Format

public static interface Format.Matcher
Base class for Visitor and Rewriter. Realizes only the classification by explicit "instanceof" tests.