Package tilda.generation.java8
Class TildaSupport
- java.lang.Object
-
- tilda.generation.java8.TildaSupport
-
- All Implemented Interfaces:
CodeGenBase,CodeGenTildaSupport
public class TildaSupport extends java.lang.Object implements CodeGenTildaSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description TildaSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenClassEnd(java.io.PrintWriter Out, GeneratorSession G)voidgenClassStart(java.io.PrintWriter Out, GeneratorSession G, Object O)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)java.lang.StringgetFileName(Base O)
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName(Base O)
- Specified by:
getFileNamein interfaceCodeGenBase- Returns:
-
genFileStart
public void genFileStart(java.io.PrintWriter Out, Schema S) throws java.lang.Exception- Specified by:
genFileStartin interfaceCodeGenTildaSupport- Throws:
java.lang.Exception
-
genClassStart
public void genClassStart(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception- Specified by:
genClassStartin interfaceCodeGenBase- Throws:
java.lang.Exception
-
genSupportCode
public void genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S)- Specified by:
genSupportCodein interfaceCodeGenTildaSupport
-
genInitMethod
public void genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)- Specified by:
genInitMethodin interfaceCodeGenTildaSupport
-
genClassEnd
public void genClassEnd(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception- Specified by:
genClassEndin interfaceCodeGenBase- Throws:
java.lang.Exception
-
-