Uses of Package
org.cesta.trans

Packages that use org.cesta.trans
org.cesta.parsers.java Classes for parsing and transforming Java files. 
org.cesta.trans Classes for general transformations. 
org.cesta.trans.java Classes for Java transformations. 
org.cesta.util.antlr.java Classes for ANTLR utility functions for Java parsing. 
 

Classes in org.cesta.trans used by org.cesta.parsers.java
TransformationException
          Default exception, which is thrown in case that transformation has failed.
 

Classes in org.cesta.trans used by org.cesta.trans
Transformation
          Interface for all transformations.
TransformationException
          Default exception, which is thrown in case that transformation has failed.
 

Classes in org.cesta.trans used by org.cesta.trans.java
AbstractTransformation
          Abstract transformation, which can be base of any transformation.
Transformation
          Interface for all transformations.
TransformationException
          Default exception, which is thrown in case that transformation has failed.
 

Classes in org.cesta.trans used by org.cesta.util.antlr.java
TransformationException
          Default exception, which is thrown in case that transformation has failed.