Interface AstPrinter.NodePrinter<T extends Node>

Type Parameters:
T - the type of node
Enclosing class:
AstPrinter

static interface AstPrinter.NodePrinter<T extends Node>
These print nodes into output writers
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    print(StringBuilder out, T node)