Changes between Version 15 and Version 16 of AST
- Timestamp:
- 04/20/11 07:42:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AST
v15 v16 42 42 * IdentifierTypeNodeIF 43 43 * 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 44 46 * VoidTypeNodeIF: the type "void" used, for example, as the return type for a function that does not return anything 45 47 * IntegerTypeNodeIF: an integer type, such as "int" or "long int" or "short int" in C
