ROSE
0.9.6a
|
General support for transformations. More...
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... | |
General support for transformations.
Group this doxygen module into the QueryLib module
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?