Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeFunction
Packages that use PythonCodeFunction
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeFunction in net.ssehub.easy.instantiation.python.codeArtifacts
Methods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeFunctionModifier and TypeMethodDescriptionPythonCodeClass.addConstructor()PythonCodeClass.addConstructor(String comment) Adds a function.Adds a function.PythonCodeEnum.addLiteralByOrdinalFunction(String name) Adds a function/method that returns an enumeration literal by its ordinal.PythonCodeEnum.addLiteralByOrdinalFunction(String name, String argumentName) Adds a function/method that returns an enumeration literal by its ordinal.PythonCodeFunction.addParameter(String name) PythonCodeFunction.addParameter(String name, String type) PythonCodeFunction.addParameter(String name, String type, String comment) PythonCodeFunction.addParameter(String name, PythonCodeTypeSpec type) PythonCodeFunction.addParameter(String name, PythonCodeTypeSpec type, String comment) PythonCodeFunction.addRetType(String type) PythonCodeFunction.addRetType(String type, String comment) PythonCodeFunction.setClass()PythonCodeFunction.setStatic()Constructors in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeFunctionModifierConstructorDescriptionprotectedPythonCodeParamSpec(PythonCodeFunction parentFunc, String name) protectedPythonCodeParamSpec(PythonCodeFunction parentFunc, String name, String type) protectedPythonCodeParamSpec(PythonCodeFunction parentFunc, String name, PythonCodeTypeSpec type)