Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] DLTK model and AST problem.

Hi all,
  In DLTK ,there exists two types of data model.One is model ,which contains IModuleElment,IType,IMethod .The other is DLTK AST ,which contains ASTNode,ModuleDeclaration,TypeDeclaration  .
  I want to know what is the difference between model and DLTK AST?
 And if i want to create a outline ,which one should i use?
 Thanks                                        
  
 
2008-07-09

weiruipeng

Back to the top