Class Format.NonFormatPrinter

java.lang.Object
eu.bandm.tools.format.Format.Visitor
eu.bandm.tools.format.Format.NonFormatPrinter
All Implemented Interfaces:
Format.Matcher
Enclosing class:
Format

protected static class Format.NonFormatPrinter extends Format.Visitor
Prints a format discarding all formatting. Variables are printed as such and not resolved against any context. Is used by Format.toString() and thus ubiquituously used in debuggung. But deeper graphs will hardly be human-readable.