Interface AstPrettyPrinter<T extends ASTNode>


public interface AstPrettyPrinter<T extends ASTNode>
  • Method Summary

    Modifier and Type
    Method
    Description
    prettyPrint(T node)
     
  • Method Details

    • prettyPrint

      String prettyPrint(T node)