Package edu.udel.cis.vsl.abc.transform.IF
package edu.udel.cis.vsl.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.ATransformer
is a tool used to transform anAST
in some way, or, more precisely, it provides a methodTransformer.transform(AST)
which takes anAST
and returns the transformedAST
.