From c8bea29c67aff96acca6b28aa859978f2b4d872f Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 14 Apr 2003 16:31:03 +0000 Subject: - Added automatic generation of TreeCopier.java - Added automatic generation of LazyTreeCopier.java Added automatic - generation of StrictTreeCopier.java --- config/list/compiler.lst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/list/compiler.lst') diff --git a/config/list/compiler.lst b/config/list/compiler.lst index 906177b92d..ed7d8ae2b0 100644 --- a/config/list/compiler.lst +++ b/config/list/compiler.lst @@ -22,17 +22,18 @@ ast/parser/Tokens.java ast/AbstractTreeCopyFactory.java ast/DefaultTreeFactory.java -ast/LazyTreeFactory.java -ast/StrictTreeFactory.java +ast/LazyTreeCopier.java +ast/StrictTreeCopier.java ast/SubstTransformer.java ast/Transformer.java ast/Traverser.java ast/Tree.java -ast/TreeCopyFactory.java +ast/TreeCopier.java ast/TreeFactory.java ast/TreeGen.java ast/TreeInfo.java ast/TreeList.java + ast/printer/HTMLTreePrinter.java ast/printer/TextTreePrinter.java ast/printer/TreePrinter.java -- cgit v1.2.3