Viewing Parse Trees

There are several different ways to view parse trees of an analyzed text.

To view a parse tree using the Ana Tab Popup menu:

  1. In the Ana Tab, select a pass in the analyzer sequence.

  2. Right click and select View > Entire Tree.

To view a parse tree using the Text File Popup menu:

  1. Open the text file in the Workspace.

  2. Right-click and select View > Parse Tree.

 

Note:  Running the cursor over lines in the parse tree display will display the lines in a tooltip box.  Lines which are too long to be displayed in full, are indicated with an ellipsis  mark (...).  Clicking on the tooltip with the left mouse button will display the entire truncated text in a dialog box.  To clear the dialog box, click on the "x" in the upper right-hand corner.

 

Tip: You can also view the parse tree of the selected pass by clicking on the View Parse Tree icon.

See Also

Viewing Final Trees

Viewing Concept Trees

Viewing Intermediate Trees

Viewing Partial Trees

Viewing Parse Tree Matches