Uses of Enum Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeImportScope
Packages that use PythonCodeImportScope
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeImportScope in net.ssehub.easy.instantiation.python.codeArtifacts
Methods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeImportScopeModifier and TypeMethodDescriptionstatic PythonCodeImportScopeReturns the enum constant of this class with the specified name.static PythonCodeImportScope[]PythonCodeImportScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeImportScopeModifier and TypeMethodDescriptionPythonCodeConstructorCall.addArgument(String methodName, PythonCodeImportScope scope) PythonCodeFnCall.addArgument(String pName, String fnName, PythonCodeImportScope scope) PythonCodeFnCall.addArgument(String fnName, PythonCodeImportScope scope) PythonCodeClass.addBase(String type, PythonCodeImportScope scope) PythonCodeArtifact.addCall(String name, PythonCodeImportScope scope) PythonCodeAssign.addCall(String fnName, PythonCodeImportScope scope) PythonCodeBlock.addCall(String name, PythonCodeImportScope scope) PythonCodeFnCall.addCall(String fnName, PythonCodeImportScope scope) PythonCodeLambdaExpr.addCall(String methodName, PythonCodeImportScope scope) PythonCodeFunction.addDecorator(String name, PythonCodeImportScope scope) static PythonCodeTypeSpecPythonCodeTypeSpec.create(String type, IPythonCodeElement enclosing, PythonCodeImportScope scope) IPythonCodeArtifact.validateFuncCall(String name, PythonCodeImportScope scope) PythonCodeArtifact.validateFuncCall(String name, PythonCodeImportScope scope) protected StringPythonCodeConstructorCall.validateFuncName(IPythonCodeElement parent, String name, PythonCodeImportScope scope) protected StringPythonCodeFnCall.validateFuncName(IPythonCodeElement parent, String name, PythonCodeImportScope scope) Constructors in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeImportScopeModifierConstructorDescription(package private)PythonCodeDecorator(String name, IPythonCodeElement decorated, PythonCodeImportScope scope) PythonCodeFnCall(IPythonCodeElement parent, String name, PythonCodeImportScope scope) PythonCodeFnCall(IPythonCodeElement parent, String name, PythonCodeImportScope scope, boolean usedAsStmt) protectedPythonCodeTypeSpec(String type, IPythonCodeElement enclosing, PythonCodeImportScope scope) protectedPythonCodeTypeSpec(PythonCodeTypeSpec type, IPythonCodeElement enclosing, PythonCodeImportScope scope)