Interface PrettyPrinter
-
- All Known Implementing Classes:
DefaultPrettyPrinter
,EmfPrettyPrinter
,EolPrettyPrinter
public interface PrettyPrinter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
appliesTo(Object o)
String
print(Object o)
-