Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeTypeSpec
Packages that use PythonCodeTypeSpec
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeTypeSpec in net.ssehub.easy.instantiation.python.codeArtifacts
Fields in net.ssehub.easy.instantiation.python.codeArtifacts declared as PythonCodeTypeSpecModifier and TypeFieldDescriptionprivate PythonCodeTypeSpecPythonCodeFunction.retTypeprivate PythonCodeTypeSpecPythonCodeAssign.typeprivate PythonCodeTypeSpecPythonCodeParamSpec.typeprivate PythonCodeTypeSpecPythonCodeTryBlock.PythonCodeExceptBlock.typeFields in net.ssehub.easy.instantiation.python.codeArtifacts with type parameters of type PythonCodeTypeSpecMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeTypeSpecModifier and TypeMethodDescriptionstatic PythonCodeTypeSpecPythonCodeTypeSpec.create(String type, IPythonCodeElement enclosing) static PythonCodeTypeSpecPythonCodeTypeSpec.create(String type, IPythonCodeElement enclosing, PythonCodeImportScope scope) Methods in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeTypeSpecModifier and TypeMethodDescriptionPythonCodeFunction.addParameter(String name, PythonCodeTypeSpec type) PythonCodeFunction.addParameter(String name, PythonCodeTypeSpec type, String comment) Constructors in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeTypeSpecModifierConstructorDescriptionprotectedPythonCodeParamSpec(PythonCodeFunction parentFunc, String name, PythonCodeTypeSpec type) protectedPythonCodeTypeSpec(PythonCodeTypeSpec type, IPythonCodeElement enclosing, PythonCodeImportScope scope)