|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.guix.GuixCompiler
public class GuixCompiler
Compiles Guix files into model tree
| Field Summary | |
|---|---|
protected boolean |
failed
Flag to detec if an error occurs while compiling guix file |
| Constructor Summary | |
|---|---|
GuixCompiler(java.io.File src,
GuixLauncher launcher,
java.lang.String srcPackage,
java.lang.String generationLanguage)
Creates a new GuixCompiler. |
|
| Method Summary | |
|---|---|
GuixModelObject |
compile()
Compiles the guix file |
protected java.lang.StringBuffer |
compile(org.xmlpull.v1.XmlPullParser xpp,
GuixModelObject previousMO,
java.lang.String javaDoc)
|
long |
getLastModification()
|
boolean |
isFailed()
Return if the compilation failed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean failed
| Constructor Detail |
|---|
public GuixCompiler(java.io.File src,
GuixLauncher launcher,
java.lang.String srcPackage,
java.lang.String generationLanguage)
src - location of file to compilelauncher - the launcher of the compiler| Method Detail |
|---|
public GuixModelObject compile()
protected java.lang.StringBuffer compile(org.xmlpull.v1.XmlPullParser xpp,
GuixModelObject previousMO,
java.lang.String javaDoc)
xpp - the parser referencing the tagpreviousMO - the GuixModelObject parent of the tagjavaDoc - the comments above the tag, to add to its javaDoc
public boolean isFailed()
public long getLastModification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||