Package org.nuiton.jaxx.compiler
-
Interface Summary Interface Description CompiledObjectDecorator Contract of compiled object decorator at generation time.CompilerConfiguration Configuration of a compiler task. -
Class Summary Class Description BeanScope Represents a bean scope detected on a compiled object.ClassMap<T> A Map implementation which uses Classes as keys.CompiledObject Represents an object in the.javafile being generated during compilation.DefaultCompilerConfiguration Options of theJAXXCompilerandJAXXEngine.EventHandler I18nHelper I18n methods to addI18n.t(String, Object...)method on some attributes.IDHelper A usefull class to generate Ids.JAXXCompiler Compiles a givenJAXXCompiler.jaxxFileinto aJAXXCompiler.javaFile.JAXXCompilerFile Represents a file to be treated by theJAXXCompiler.JAXXEngine The engine to compile jaxx files.JAXXFactory Factory ofJAXXCompilerandJAXXEngine.JAXXProfile Pour profiler les temps d'execution pendant une compilation.JAXXProfile.ProfileResult SymbolTable Symbol table constructed during the first pass of compilation. -
Exception Summary Exception Description CompilerException Thrown by the compiler when an error occurs.UnsupportedAttributeException Thrown byTagHandlerwhen an unsupported attribute is encountered.UnsupportedTagException Thrown by the compiler when an unregistered tag is encountered.