Package tilda.generation.interfaces
Interface CodeGenAppData
-
- All Superinterfaces:
CodeGenBase
- All Known Implementing Classes:
AppData
public interface CodeGenAppData extends CodeGenBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
genClassCustomizations(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
genFileStart(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
-
-