- Timestamp:
- Oct 22, 2010, 3:39:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/Produce/UProducerTreeView.pas
r77 r80 152 152 ntConstant: NewNode := TreeView.Items.AddChild(Node, Expression.Value); 153 153 ntVariable: NewNode := TreeView.Items.AddChild(Node, Expression.Variable.Name); 154 ntFunction: NewNode := TreeView.Items.AddChild(Node, Expression. Method.Name);154 ntFunction: NewNode := TreeView.Items.AddChild(Node, Expression.FunctionCall.Name); 155 155 ntOperator: begin 156 156 NewNode := TreeView.Items.AddChild(Node, Expression.OperatorName);
Note:
See TracChangeset
for help on using the changeset viewer.