Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeDocComment
Packages that use PythonCodeDocComment
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeDocComment in net.ssehub.easy.instantiation.python.codeArtifacts
Fields in net.ssehub.easy.instantiation.python.codeArtifacts declared as PythonCodeDocCommentModifier and TypeFieldDescriptionprivate PythonCodeDocCommentPythonCodeArtifact.commentprivate PythonCodeDocCommentPythonCodeClass.commentprivate PythonCodeDocCommentPythonCodeEnum.PythonCodeEnumLiteral.commentprivate PythonCodeDocCommentPythonCodeFunction.commentMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeDocCommentModifier and TypeMethodDescriptionPythonCodeDocComment.addParameterComment(String name, String comment) PythonCodeDocComment.addParameterComment(String name, String type, String comment) PythonCodeDocComment.addReturnComment(String comment) PythonCodeDocComment.addReturnType(String type) PythonCodeFunction.getComment()Returns the comment object.