Class PythonCodeSingleLineComment

java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeSingleLineComment
All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider, net.ssehub.easy.instantiation.core.model.vilTypes.IVilType, IPythonCodeElement, Storable

public class PythonCodeSingleLineComment extends PythonCodeElement
Represents a Python single line comment in VTL.
Author:
Kevin Schaperjahn
  • Field Details

    • DOC_COMMENT_LITERAL

      public static final String DOC_COMMENT_LITERAL
      See Also:
    • comment

      private String comment
    • enclosed

      private boolean enclosed
  • Constructor Details

    • PythonCodeSingleLineComment

      public PythonCodeSingleLineComment(IPythonCodeElement parent, String comment, boolean enclosed)
  • Method Details

    • store

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