Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeAssign
Packages that use PythonCodeAssign
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeAssign in net.ssehub.easy.instantiation.python.codeArtifacts
Subclasses of PythonCodeAssign in net.ssehub.easy.instantiation.python.codeArtifactsModifier and TypeClassDescriptionprivate classRepresents an enum literal with comment.Methods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeAssignModifier and TypeMethodDescriptionPythonCodeClass.addAttribute(String name, String initExpr) PythonCodeClass.addAttribute(String name, String type, String initExpr) PythonCodeEnum.addLiteral(String name, String value) Adds a literal.PythonCodeEnum.addLiteral(String name, String value, String comment) Adds a commented literal.PythonCodeAssign.toAttributes()Moves this assignment to the attributes at the beginning of the containing class if there is a containing class.PythonCodeAssign.toAttributes(boolean apply) Moves this assignment conditionally to the attributes at the beginning of the containing class if there is a containing class.