Changes between Version 16 and Version 17 of AST
- Timestamp:
- 04/20/11 07:45:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AST
v16 v17 30 30 All AST nodes have source information. 31 31 32 == AST Nodes == 33 32 34 ASTNodeIF extends SourceableIF 33 * methods 34 * numChildren: int 35 * child(int i): ASTNodeIF 35 * methods 36 * numChildren: int 37 * child(int i): ASTNodeIF 38 * children: Iterator<ASTNodeIF> 36 39 37 40 The following extend ASTNodeIF:
