Uses of Class
org.cesta.types.MappedFile

Packages that use MappedFile
org.cesta.taskdefs Classes for Ant task definitions. 
org.cesta.trans Classes for general transformations. 
org.cesta.trans.java Classes for Java transformations. 
 

Uses of MappedFile in org.cesta.taskdefs
 

Methods in org.cesta.taskdefs that return types with arguments of type MappedFile
 java.util.List<MappedFile> TransformationTask.getMappedFiles()
          Returns list of mapped files, that should be transformed.
 

Uses of MappedFile in org.cesta.trans
 

Methods in org.cesta.trans that return types with arguments of type MappedFile
 java.util.List<MappedFile> AbstractTransformation.getMappedFiles()
           
 java.util.List<MappedFile> Transformation.getMappedFiles()
          Returns list of mapped files, which should be transformed
 

Methods in org.cesta.trans with parameters of type MappedFile
 void AbstractTransformation.addMappedFile(MappedFile filePair)
           
 void Transformation.addMappedFile(MappedFile mappedFile)
          Adds one mapped fileswhich should be transformed
 

Method parameters in org.cesta.trans with type arguments of type MappedFile
 void AbstractTransformation.setMappedFiles(java.util.List<MappedFile> filePairs)
           
 void Transformation.setMappedFiles(java.util.List<MappedFile> mappedFiles)
          Sets list of mapped files, which should be transformed
 

Uses of MappedFile in org.cesta.trans.java
 

Methods in org.cesta.trans.java with parameters of type MappedFile
abstract  void AbstractRewriteTransformation.transform(MappedFile filePair)
          Transforms single file
 void CheckTransactions.transform(MappedFile filePair)
          Transforms single file
 void IfSwitchReplacement.transform(MappedFile filePair)
          Transforms single file
 void ShadowVariables.transform(MappedFile filePair)
          Transforms single file
 void ValidateStateTransitions.transform(MappedFile filePair)
          Transforms single file