Uses of Class
org.nuiton.guix.model.GuixModelObject

Packages that use GuixModelObject
org.nuiton.guix   
org.nuiton.guix.generator   
org.nuiton.guix.model   
 

Uses of GuixModelObject in org.nuiton.guix
 

Fields in org.nuiton.guix with type parameters of type GuixModelObject
protected  java.util.Map<GuixModelObject,java.lang.Long> GuixLauncher.rootModelObjects
          Maps the root GuixModelObjects being compiled to the compiler instance handling the compilation.
 

Methods in org.nuiton.guix that return GuixModelObject
 GuixModelObject GuixCompiler.compile()
          Compiles the guix file
 

Methods in org.nuiton.guix with parameters of type GuixModelObject
 void GuixLauncher.addDependency(GuixModelObject gmo, ClassDescriptor cd)
           
 void GuixLauncher.addRootModelObject(GuixModelObject gmo, java.lang.Long l)
          Adds a root GuixModelObject with its last modification time
protected  java.lang.StringBuffer GuixCompiler.compile(org.xmlpull.v1.XmlPullParser xpp, GuixModelObject previousMO, java.lang.String javaDoc)
           
 

Uses of GuixModelObject in org.nuiton.guix.generator
 

Fields in org.nuiton.guix.generator declared as GuixModelObject
protected  GuixModelObject GuixGenerator.gmo
          GuixModelObject which represents the class to generate
protected  GuixModelObject JavaFileGenerator.gmo
          GuixModelObject which represents the class to generate
 

Methods in org.nuiton.guix.generator that return GuixModelObject
 GuixModelObject GuixGenerator.getGmo()
           
 GuixModelObject Generator.getGmo()
           
 

Methods in org.nuiton.guix.generator with parameters of type GuixModelObject
 void GuixGenerator.setGmo(GuixModelObject gmo)
           
 void Generator.setGmo(GuixModelObject gmo)
           
 

Constructors in org.nuiton.guix.generator with parameters of type GuixModelObject
JavaFileGenerator(GuixModelObject gmo, java.util.Map<java.lang.String,JavaFile> classes)
          Constructor
 

Uses of GuixModelObject in org.nuiton.guix.model
 

Methods in org.nuiton.guix.model that return GuixModelObject
 GuixModelObject GuixModelObject.getParent()
           
 

Methods in org.nuiton.guix.model that return types with arguments of type GuixModelObject
 java.util.List<GuixModelObject> GuixModelObject.getChildren()
           
 

Methods in org.nuiton.guix.model with parameters of type GuixModelObject
 void GuixModelObject.setParent(GuixModelObject parent)
           
 

Method parameters in org.nuiton.guix.model with type arguments of type GuixModelObject
 void GuixModelObject.setChildren(java.util.List<GuixModelObject> children)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.