Changes between Version 16 and Version 17 of AST


Ignore:
Timestamp:
04/20/11 07:45:09 (15 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AST

    v16 v17  
    3030All AST nodes have source information.
    3131
     32== AST Nodes ==
     33
    3234ASTNodeIF 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>
    3639
    3740The following extend ASTNodeIF: