Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeClass
Packages that use PythonCodeClass
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeClass in net.ssehub.easy.instantiation.python.codeArtifacts
Subclasses of PythonCodeClass in net.ssehub.easy.instantiation.python.codeArtifactsMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeClassModifier and TypeMethodDescriptionPythonCodeClass.addBase(String type, PythonCodeImportScope scope) Adds a class without comment.Adds a class with comment.Adds a class without comment.Adds a class with comment.PythonCodeClass.addComment(String comment) PythonCodeClass.addEmptyLine()PythonCodeClass.addSLComment(String comment) PythonCodeClass.addSLComment(String comment, boolean enclosed) protected PythonCodeClassPythonCodeBlock.getParentClass()(package private) static PythonCodeClassPythonCodeClass.getParentCodeClass(IPythonCodeElement element) Method parameters in net.ssehub.easy.instantiation.python.codeArtifacts with type arguments of type PythonCodeClassModifier and TypeMethodDescription(package private) static voidPythonCodeClass.setParent(IPythonCodeElement parent, Consumer<PythonCodeClass> consumer)