Package tilda.generation.interfaces
Interface CodeGenTildaSupport
-
- All Superinterfaces:
CodeGenBase
- All Known Implementing Classes:
TildaSupport
public interface CodeGenTildaSupport extends CodeGenBase
Interface for a generator module for the Support class- Author:
- ldh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenFileStart(java.io.PrintWriter Out, Schema S)voidgenInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)voidgenSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S)-
Methods inherited from interface tilda.generation.interfaces.CodeGenBase
genClassEnd, genClassStart, getFileName
-
-
-
-
Method Detail
-
genFileStart
void genFileStart(java.io.PrintWriter Out, Schema S) throws java.lang.Exception- Parameters:
Out-- Throws:
java.lang.Exception
-
genSupportCode
void genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S) throws java.lang.Exception- Parameters:
out-g-- Throws:
java.lang.Exception
-
genInitMethod
void genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S) throws java.lang.Exception- Throws:
java.lang.Exception
-
-