Interface Printer

All Known Subinterfaces:
ConfigurablePrinter
All Known Implementing Classes:
DefaultLexicalPreservingPrinter, DefaultPrettyPrinter, PrettyPrinter

public interface Printer
Printer interface defines the API for a printer. A printer outputs the AST as formatted Java source code.
  • Method Summary

    Modifier and Type
    Method
    Description
    print(Node node)