See: Description
| Class | Description | 
|---|---|
| CompositeTransform | 
 A transform composed of other transforms. 
 | 
| NullTransformAdapter | 
 Null transform adapter for transforms that do not actually transform
 anything. 
 | 
| NullTransformContext | |
| TextBufferCommand | 
 An Ide command which transforms a text buffer. 
 | 
| TextTransformAdapter | 
 A  
TransformAdapter for transforms which modify text buffers directly. | 
| TextTransformContext | |
| Transform | 
 A source code transform. 
 | 
| TransformAdapter | 
 An adapter between the Audit framework and transforms of a specific type. 
 | 
| TransformContext | |
| TransformSequenceContext | 
 A context to hold information relating to a sequence of transforms
 of the same adapter type. 
 | 
| Exception | Description | 
|---|---|
| TransformFailedException | 
 Thrown when a transform fails because of an expected
 exception, e.g. 
 |