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.Logger
LOG
-
Constructor Summary
Constructors Constructor Description TildaSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
genClassEnd(java.io.PrintWriter Out, GeneratorSession G)
void
genClassStart(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
genFileStart(java.io.PrintWriter Out, Schema S)
void
genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)
void
genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S)
java.lang.String
getFileName(Base O)
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName(Base O)
- Specified by:
getFileName
in interfaceCodeGenBase
- Returns:
-
genFileStart
public void genFileStart(java.io.PrintWriter Out, Schema S) throws java.lang.Exception
- Specified by:
genFileStart
in interfaceCodeGenTildaSupport
- Throws:
java.lang.Exception
-
genClassStart
public void genClassStart(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception
- Specified by:
genClassStart
in interfaceCodeGenBase
- Throws:
java.lang.Exception
-
genSupportCode
public void genSupportCode(java.io.PrintWriter Out, GeneratorSession G, Schema S)
- Specified by:
genSupportCode
in interfaceCodeGenTildaSupport
-
genInitMethod
public void genInitMethod(java.io.PrintWriter Out, GeneratorSession G, Schema S)
- Specified by:
genInitMethod
in interfaceCodeGenTildaSupport
-
genClassEnd
public void genClassEnd(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Specified by:
genClassEnd
in interfaceCodeGenBase
- Throws:
java.lang.Exception
-
-