Class PythonCodeConstructorCall
java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeExpr
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeFnCall
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeConstructorCall
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider,net.ssehub.easy.instantiation.core.model.vilTypes.IVilType,IPythonCodeElement,Storable
Represents a Python constructor call in VTL.
- Author:
- Kevin Schaperjahn
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider.StringComparator -
Field Summary
Fields inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeElement
KEY_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgument(Object arg) addArgument(String arg) addArgument(String methodName, PythonCodeImportScope scope) addConstructorCall(String cls) addStringArgument(String val) protected StringvalidateFuncName(IPythonCodeElement parent, String name, PythonCodeImportScope scope) Methods inherited from class net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeFnCall
addArgument, addArgument, addArgument, addCall, addCall, addConstructorCall, addLambdaArgument, addLambdaArgument, addStringArgument, getArgumentsCount, getFuncName, store, storeArgumentListMethods inherited from class net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
getArtifact, getParent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeElement
addAll, getSortKey, getStringValue, getTopClass, getTracerStringValue, hasPythondocComment, isAttribute, isBlock, isClass, isEmptyLine, moveToAttributes, moveToImportsMethods inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.Storable
getElementCount, toCode
-
Constructor Details
-
PythonCodeConstructorCall
-
-
Method Details
-
validateFuncName
protected String validateFuncName(IPythonCodeElement parent, String name, PythonCodeImportScope scope) - Overrides:
validateFuncNamein classPythonCodeFnCall
-
addArgument
- Overrides:
addArgumentin classPythonCodeFnCall
-
addStringArgument
- Overrides:
addStringArgumentin classPythonCodeFnCall
-
addArgument
- Overrides:
addArgumentin classPythonCodeFnCall
-
addArgument
- Overrides:
addArgumentin classPythonCodeFnCall
-
addConstructorCall
- Overrides:
addConstructorCallin classPythonCodeFnCall
-