org.biomage.tools.generate_cpp
Class CreateCPPFile.GetAndSetWriter
java.lang.Object
org.biomage.tools.generate_cpp.CreateCPPFile.specificWriter
org.biomage.tools.generate_cpp.CreateCPPFile.GetAndSetWriter
- Enclosing class:
- CreateCPPFile
public class CreateCPPFile.GetAndSetWriter
- extends CreateCPPFile.specificWriter
Description:
Writes the attribute set and get methods to the C++ header file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateCPPFile.GetAndSetWriter
public CreateCPPFile.GetAndSetWriter(java.io.FileWriter writer)
doAttrs
public boolean doAttrs()
- Overrides:
doAttrs
in class CreateCPPFile.specificWriter
writeAttrComment
public void writeAttrComment(CreateFile creator)
throws java.lang.Exception
- Overrides:
writeAttrComment
in class CreateCPPFile.specificWriter
- Throws:
java.lang.Exception
writeAttr
public boolean writeAttr(CreateFile creator,
CreateFile.AttrInformation attr,
boolean wroteone)
throws java.lang.Exception
- Overrides:
writeAttr
in class CreateCPPFile.specificWriter
- Throws:
java.lang.Exception
doAssocations
public boolean doAssocations()
- Overrides:
doAssocations
in class CreateCPPFile.specificWriter
writeAssocComment
public void writeAssocComment(CreateFile creator)
throws java.lang.Exception
- Overrides:
writeAssocComment
in class CreateCPPFile.specificWriter
- Throws:
java.lang.Exception
writeAssoc
public boolean writeAssoc(CreateFile creator,
CreateFile.AssociationAttrInformation attr,
boolean wroteone)
throws java.lang.Exception
- Overrides:
writeAssoc
in class CreateCPPFile.specificWriter
- Throws:
java.lang.Exception