Package tilda.generation.interfaces
Interface CodeGenAppFactory
-
- All Superinterfaces:
CodeGenBase
- All Known Implementing Classes:
AppFactory
public interface CodeGenAppFactory extends CodeGenBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenClassCustomizations(java.io.PrintWriter Out, GeneratorSession G, Object O)voidgenFileStart(java.io.PrintWriter Out, Object O)-
Methods inherited from interface tilda.generation.interfaces.CodeGenBase
genClassEnd, genClassStart, getFileName
-
-
-
-
Method Detail
-
genFileStart
void genFileStart(java.io.PrintWriter Out, Object O) throws java.lang.Exception- Parameters:
Out-- Throws:
java.lang.Exception
-
genClassCustomizations
void genClassCustomizations(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception- Parameters:
Out-G-O-- Throws:
java.lang.Exception
-
-