I am trying to write a plugin for Scala compiler. The plugin should print ALL types of nodes that can show up in the abstract syntax tree (AST) of any Scala program. I know