Class PythonCodeDocComment.ReturnComment

java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeDocComment.ReturnComment
Enclosing class:
PythonCodeDocComment

private class PythonCodeDocComment.ReturnComment extends Object
  • Field Details

    • comment

      private String comment
    • type

      private String type
  • Constructor Details

    • ReturnComment

      private ReturnComment(String comment)
  • Method Details

    • setType

      private void setType(String type)
    • store

      public void store(net.ssehub.easy.instantiation.core.model.templateModel.CodeWriter out)