Package jaxx.compiler

Interface Summary
CompiledObjectDecorator Contract of compiled object decorator at generation time.
CompilerConfiguration TODO javadoc.
JAXXCompilerFinalizer Contract of any object to interact with a JAXXCompiler before the generation pass.
 

Class Summary
ClassMap<T> A Map implementation which uses Classes as keys.
CompiledObject Represents an object in the .java file being generated during compilation.
DefaultCompilerConfiguration Options of the JAXXCompiler and JAXXEngine.
EventHandler  
I18nHelper I18n methods to add org.nuiton.i18n.I18n#_(String, Object...) method on some attributes.
IDHelper A usefull class to generate Ids.
JAXXCompiler Compiles JAXX files into Java classes.
JAXXEngine  
JAXXProfile Pour profiler les temps d'execution pendant une compilation.
JAXXProfile.ProfileResult  
SymbolTable Symbol table constructed during the first pass of compilation.
 

Enum Summary
JAXXEngine.LifeCycle Different passes of the engine.
 

Exception Summary
CompilerException Thrown by the compiler when an error occurs.
UnsupportedAttributeException Thrown by TagHandler when an unsupported attribute is encountered.
UnsupportedTagException Thrown by the compiler when an unregistered tag is encountered.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.