Module dev.civl.abc
Package dev.civl.abc.transform.IF
package dev.civl.abc.transform.IF
Module transform defines various kinds of transformations of an AST.
-
ClassDescriptionA very basic partial implementation of
Transformer.This class manages the set of transformations provided by an execution of ABC.ATransformeris a tool used to transform anASTin some way, or, more precisely, it provides a methodTransformer.transform(AST)which takes anASTand returns the transformedAST.