Package compiler
Interface IGen
-
- All Known Implementing Classes:
SqlCodegen
public interface IGen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIGen.Okstatic classIGen.Preprocessstatic classIGen.Translate
-
Field Summary
Fields Modifier and Type Field Description static intSIGNAL_NO_OKstatic intSIGNAL_NO_PREPROCESSstatic intSIGNAL_NO_TRANSLATE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidok()voidpreprocess(String p_projectroot)voidtranslate()
-
-
-
Field Detail
-
SIGNAL_NO_PREPROCESS
static final int SIGNAL_NO_PREPROCESS
- See Also:
- Constant Field Values
-
SIGNAL_NO_TRANSLATE
static final int SIGNAL_NO_TRANSLATE
- See Also:
- Constant Field Values
-
SIGNAL_NO_OK
static final int SIGNAL_NO_OK
- See Also:
- Constant Field Values
-
-
Method Detail
-
preprocess
void preprocess(String p_projectroot) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
translate
void translate() throws io.ciera.runtime.summit.exceptions.XtumlException- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
ok
void ok() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-