TreeType

Top  Previous  Next

TTextTreeViewTransformer > properties > TreeType

 

property TreeType : eTreeType 

         read m_eTreeType write SetTreeType;

 

eTreeType = (

  ttTokenlist, 

  ttRelationTree,     

  ttProductionTree,   

  ttFullTree   

);

 

Parse trees can be represented with more or less in detail with the TTextTreeViewTransformer component. There are the following possibilities:

 

1.as a simple list of the recognized tokens
2.those productions are, displayed in which more than a token was recognized and which therefore constitutes a relation of tokens
3.all productions are represented as branchings in the tree.
4.branchings in options and repetitions are also represented


This page belongs to the TetraComponents Documentation

Home  Content  German