LARA package tool object TreePrinter { import parser.Trees._ def apply(t: Tree): String = { /* construct and return the appropriate string ... */ } }