Issue 2: Add AST model API
Project Member Reported by Semen.Va...@gmail.com, Feb 11, 2010
Implement classes and interfaces to represent an AST structure.

Every node of such a structure:
-- is an object of certain object type (see TmObjectType);
-- is an identified object, i.e. it has hash identificator calculated upon
its content;
-- is a mutable object;
-- refers to another node via ITmIdentified interface. That means, it
either agregates a  node itself or refers to it via TmObjectId.

See TmAstRoot for instance.
Feb 11, 2010
Project Member #2 Semen.Va...@gmail.com
(No comment was entered for this change.)
Summary: add AST model API
Feb 11, 2010
Project Member #3 Semen.Va...@gmail.com
(No comment was entered for this change.)
Summary: Add AST model API