Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | Expanded the AST printers to support a target PrintStream, and expanded the ↵ | Reinier Zwitserloot | |
@PrintAST annotation to let you supply an optional filename. Useful particularly for IDEs, which don't usually have a viewable console. Also renamed the printers to just 'Printer', as they are already inner classes of a specifically named type (JavacASTVisitor & co). | |||
2009-06-17 | A useful annotation that prints the AST of any annotated element via the ↵ | Reinier Zwitserloot | |
XASTPrinters in each ASTVisitor interface. |