This class orchestrates delegation to the subcompilers using batch1() when -conservative is true or batch2(), the default. It also handles common tasks like validating CompilationUnit's before an incremental compilation, resolving dependences, loading a cache from a previous compilation, and storing a compilation cache.
@see flex2.compiler.SubCompiler
@see flex2.compiler.PersistentStore
@see flex2.compiler.abc.AbcCompiler
@see flex2.compiler.as3.As3Compiler
@see flex2.compiler.css.CssCompiler
@see flex2.compiler.fxg.FXGCompiler
@see flex2.compiler.i18n.I18nCompiler
@see flex2.compiler.mxml.MxmlCompiler
@author Clement Wong
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.