jaxx.compiler
Class DefaultCompiledObjectDecorator

java.lang.Object
  extended by jaxx.compiler.CompiledObjectDecorator
      extended by jaxx.compiler.DefaultCompiledObjectDecorator
Direct Known Subclasses:
BoxedCompiledObjectDecorator, HelpRootCompiledObjectDecorator

public class DefaultCompiledObjectDecorator
extends CompiledObjectDecorator

The default compiledObjectDecorator.

Since:
1.2
Author:
tony

Field Summary
 
Fields inherited from class jaxx.compiler.CompiledObjectDecorator
cache
 
Constructor Summary
DefaultCompiledObjectDecorator()
           
 
Method Summary
 java.lang.String createCompleteSetupMethod(JAXXCompiler compiler, CompiledObject object, JavaFile javaFile, java.lang.StringBuffer initDataBindings)
           
 boolean createInitializer(JAXXCompiler compiler, CompiledObject root, CompiledObject object, java.lang.StringBuffer code, boolean lastWasMethodCall)
           
 void finalizeCompiler(JAXXCompiler compiler, CompiledObject root, CompiledObject object, JavaFile javaFile, java.lang.String packageName, java.lang.String className, java.lang.String fullClassName)
           
 java.lang.String getCreationCode(JAXXCompiler compiler, CompiledObject object)
           
 
Methods inherited from class jaxx.compiler.CompiledObjectDecorator
getCache, getDecorator, getDecorator, registerDecorator, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCompiledObjectDecorator

public DefaultCompiledObjectDecorator()
Method Detail

finalizeCompiler

public void finalizeCompiler(JAXXCompiler compiler,
                             CompiledObject root,
                             CompiledObject object,
                             JavaFile javaFile,
                             java.lang.String packageName,
                             java.lang.String className,
                             java.lang.String fullClassName)
Specified by:
finalizeCompiler in class CompiledObjectDecorator

getCreationCode

public java.lang.String getCreationCode(JAXXCompiler compiler,
                                        CompiledObject object)
                                 throws CompilerException
Specified by:
getCreationCode in class CompiledObjectDecorator
Throws:
CompilerException

createCompleteSetupMethod

public java.lang.String createCompleteSetupMethod(JAXXCompiler compiler,
                                                  CompiledObject object,
                                                  JavaFile javaFile,
                                                  java.lang.StringBuffer initDataBindings)
Specified by:
createCompleteSetupMethod in class CompiledObjectDecorator

createInitializer

public boolean createInitializer(JAXXCompiler compiler,
                                 CompiledObject root,
                                 CompiledObject object,
                                 java.lang.StringBuffer code,
                                 boolean lastWasMethodCall)
Specified by:
createInitializer in class CompiledObjectDecorator


Copyright © 2008-2009 CodeLutin. All Rights Reserved.