Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeConstructorCall
Packages that use PythonCodeConstructorCall
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeConstructorCall in net.ssehub.easy.instantiation.python.codeArtifacts
Methods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeConstructorCallModifier and TypeMethodDescriptionPythonCodeConstructorCall.addArgument(Object arg) PythonCodeConstructorCall.addArgument(String arg) PythonCodeConstructorCall.addArgument(String methodName, PythonCodeImportScope scope) PythonCodeAssign.addConstructorCall(String cls) PythonCodeConstructorCall.addConstructorCall(String cls) PythonCodeFnCall.addConstructorCall(String cls) PythonCodeFnCall.addConstructorCall(String pName, String cls) PythonCodeConstructorCall.addStringArgument(String val)