Package tilda.generation.interfaces
Interface CodeGenAppJson
-
- All Superinterfaces:
CodeGenBase
public interface CodeGenAppJson extends CodeGenBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-