Uses of Interface
net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeArtifact
Packages that use IPythonCodeArtifact
Package
Description
VTL Code artifact(s) for Python.
-
Uses of IPythonCodeArtifact in net.ssehub.easy.instantiation.python.codeArtifacts
Classes in net.ssehub.easy.instantiation.python.codeArtifacts that implement IPythonCodeArtifactModifier and TypeClassDescriptionclassRepresents the Python code artifact in VTL.Fields in net.ssehub.easy.instantiation.python.codeArtifacts declared as IPythonCodeArtifactModifier and TypeFieldDescriptionprivate IPythonCodeArtifactPythonCodeBlock.artifactprivate IPythonCodeArtifactPythonCodeImport.artifactMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return IPythonCodeArtifactModifier and TypeMethodDescriptionIPythonCodeElement.getArtifact()PythonCodeBlock.getArtifact()PythonCodeDecorator.getArtifact()PythonCodeDecoratorArg.getArtifact()PythonCodeDocComment.getArtifact()PythonCodeElement.getArtifact()PythonCodeImport.getArtifact()PythonCodeText.getArtifact()PythonCodeTypeSpec.getArtifact()Constructors in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type IPythonCodeArtifactModifierConstructorDescriptionPythonCodeBlock(IPythonCodeArtifact artifact) PythonCodeImport(IPythonCodeArtifact artifact, String module, boolean explicit) PythonCodeImport(IPythonCodeArtifact artifact, String module, String name, boolean explicit)