Uses of Interface
net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeImport
Packages that use IPythonCodeImport
Package
Description
VTL Code artifact(s) for Python.
-
Uses of IPythonCodeImport in net.ssehub.easy.instantiation.python.codeArtifacts
Classes in net.ssehub.easy.instantiation.python.codeArtifacts that implement IPythonCodeImportFields in net.ssehub.easy.instantiation.python.codeArtifacts with type parameters of type IPythonCodeImportMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return IPythonCodeImportModifier and TypeMethodDescriptionprivate IPythonCodeImportPythonCodeArtifact.findMatchingImport(String imp) Methods in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type IPythonCodeImportModifier and TypeMethodDescriptionbooleanIPythonCodeImport.match(IPythonCodeImport other) booleanPythonCodeImport.match(IPythonCodeImport other) voidIPythonCodeArtifact.moveToImports(IPythonCodeImport imp) Moves the given import after the last import at the beginning of (this) artifact, or, if there are no imports, to the front.default voidIPythonCodeElement.moveToImports(IPythonCodeImport imp) Moves the given import after the last import at the beginning of (this) artifact, or, if there are no imports, to the front.voidPythonCodeArtifact.moveToImports(IPythonCodeImport imp) voidPythonCodeBlock.moveToImports(IPythonCodeImport imp) voidIPythonCodeArtifact.registerImport(IPythonCodeImport imp, boolean explicit) voidPythonCodeArtifact.registerImport(IPythonCodeImport imp, boolean explicit)