public class FBCLwriter_old
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
FBCLwriter_old.DTypeId |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.Integer,FBCLwriter_old.DTypeId> |
idTypes |
(package private) StringFormatter |
line |
(package private) java.util.List<DataType_FBcl> |
listTypes |
private GenJavaPrj_JgenMdl |
prj |
Constructor and Description |
---|
FBCLwriter_old(GenJavaPrj_JgenMdl prj) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getid(DataType_FBcl dtype) |
private void |
wrIncon(java.lang.Appendable wr,
Connection_FBcl incon) |
(package private) void |
writeDataTypeInfo(java.lang.Appendable wr,
DataType_FBcl dtype) |
(package private) void |
writeFBCL(java.io.File toFile,
Module_FBlock_JgenMdl moduleFb) |
private void |
writeFBlock(java.lang.Appendable wr,
FBlock_JgenMdl fb) |
private void |
wrOutcon(java.lang.Appendable wr,
ConnOut_FBcl outcon,
boolean bConnectTo) |
private final GenJavaPrj_JgenMdl prj
java.util.Map<java.lang.Integer,FBCLwriter_old.DTypeId> idTypes
java.util.List<DataType_FBcl> listTypes
StringFormatter line
void writeFBCL(java.io.File toFile, Module_FBlock_JgenMdl moduleFb)
private void writeFBlock(java.lang.Appendable wr, FBlock_JgenMdl fb) throws java.io.IOException
java.io.IOException
private void wrIncon(java.lang.Appendable wr, Connection_FBcl incon) throws java.io.IOException
java.io.IOException
private void wrOutcon(java.lang.Appendable wr, ConnOut_FBcl outcon, boolean bConnectTo) throws java.io.IOException
java.io.IOException
void writeDataTypeInfo(java.lang.Appendable wr, DataType_FBcl dtype) throws java.io.IOException
java.io.IOException
int getid(DataType_FBcl dtype)