Package bbd.jportal2.generators
Class PythonTreeCode
- java.lang.Object
-
- bbd.jportal2.BaseGenerator
-
- bbd.jportal2.generators.PythonTreeCode
-
- All Implemented Interfaces:
IBuiltInGenerator,IBuiltInSIProcessor,IGenerator,ISIProcessor
public class PythonTreeCode extends BaseGenerator implements IBuiltInSIProcessor
- Author:
- vince
-
-
Constructor Summary
Constructors Constructor Description PythonTreeCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Stringdocumentation()voidgenerate(Database database, String output)voidout(PrintWriter outData, String data)Stringstring(String var, boolean value)Stringstring(String var, int value)Stringstring(String var, long value)Stringstring(String var, String value)StringstringTrip(String var, String value, boolean trip)-
Methods inherited from class bbd.jportal2.BaseGenerator
addFileToOutputtedFilesList, addFileToOutputtedFilesList, getFlags, getGeneratedOutputFiles, openOutputFileForGeneration, openOutputFileForGeneration, toBoolean
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface bbd.jportal2.IGenerator
getFlags, toBoolean
-
Methods inherited from interface bbd.jportal2.ISIProcessor
getGeneratedOutputFiles
-
-
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin interfaceIGenerator
-
documentation
public String documentation()
- Specified by:
documentationin interfaceIGenerator
-
out
public void out(PrintWriter outData, String data)
-
-