Collaboration diagram for Transformation Support Library:
|
Group this doxygen module into the QueryLib module
This file holds functions that are generally useful for a broad cross-section of transformations. Support includes:
For internal use only.
functions that get name strings from AST nodes should be placed into Sage III within the appropriate AST node interfaces.
Question: Should the transformationSupportLib group be a subgroup of the RewriteMechanism group?
Classes | |
| class | OptionDeclaration |
| This class is part of the specification of transformation options. More... | |
| class | TransformationSupport |
| This class simplifies the development of queries on the AST resulting in a list of AST nodes.
This class holds functions that are generally useful for a broad cross-section of transformations. Functionality specific to any specific transformation should be represented in a similar transformation support class that is a part of the preprocessor source code representing that specific transformation. More... | |
1.4.7