Changeset 80 for branches/Transpascal/Compiler/USourceCode.pas
- Timestamp:
- Oct 22, 2010, 3:39:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Compiler/USourceCode.pas
r78 r80 250 250 NodeType: TNodeType; 251 251 Variable: TVariable; 252 Method: TFunction; 252 Constant: TConstant; 253 FunctionCall: TFunction; 253 254 Value: TValue; 254 255 OperatorName: string; … … 583 584 CommonBlock := Source.CommonBlock; 584 585 NodeType := Source.NodeType; 585 Method := Source.Method;586 FunctionCall := Source.FunctionCall; 586 587 Value := Source.Value; 587 588 Associated := Source.Associated;
Note:
See TracChangeset
for help on using the changeset viewer.