Changeset 6 for trunk/Compiler/USourceCode.pas
- Timestamp:
- Nov 5, 2010, 11:31:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/USourceCode.pas
r5 r6 15 15 16 16 TNodeType = (ntNone, ntVariable, ntFunction, ntConstant, ntOperator, 17 ntValue );17 ntValue, ntTypecast); 18 18 19 19 TTypeVisibility = (tvPublic, tvPublished, tvPrivate, tvProtected); … … 329 329 Variable: TVariable; 330 330 Constant: TConstant; 331 FunctionCall: TFunction; 331 UseType: TType; 332 FunctionCall: TFunctionCall; 332 333 Value: TValue; 333 334 OperatorName: string; … … 396 397 ParentProgram: TProgram; 397 398 Name: string; 399 TargetFile: string; 398 400 UsedModules: TUsedModuleList; 399 401 Body: TCommonBlock;
Note:
See TracChangeset
for help on using the changeset viewer.