[TreeDL-users] new version: *.1-050320
Brought to you by:
all-x
|
From: Alexey D. <de...@is...> - 2005-03-21 08:16:20
|
Just released: atplib-3.1-050320: * com.unitesk.atp.tree.tool.antlr.LinkedToken: EOF token text set. * com.unitesk.atp.tree.TreeClass is marked Serializable. * Tree.getRoot() -> Tree.getRootNode() * Tree.setRoot() -> Tree.setRootNode() treedl-1.1-050320: 'root' keyword and translation added For use from maven: maven-treedl-plugin-1.1-050320 ----- 'root' is new node type modifier. No more than one node type in tree description can have 'root' modifier. If there is such node type, generated tree class will have methods <RootNodeType> getRoot() ... setRoot( <RootNodeType> node ) ... that cast type and call Tree.getRoot()/setRoot() Regards, Alexey ----- Alexey Demakov TreeDL: Tree Description Language: http://treedl.sourceforge.net RedVerst Group: http://www.unitesk.com |