Changes between Version 15 and Version 16 of AST


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AST

    v15 v16  
    4242    * IdentifierTypeNodeIF
    4343       * this is a type that is just a name, e.g., resulting from a C typedef.   This will node will eventually be replaced by a more specific type tree once type definitions are processed.
     44       * methods
     45          * identifier: IdentifierNodeIF
    4446    * VoidTypeNodeIF: the type "void" used, for example, as the return type for a function that does not return anything
    4547    * IntegerTypeNodeIF: an integer type, such as "int" or "long int" or "short int" in C