Class PythonCodeElement

java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider, net.ssehub.easy.instantiation.core.model.vilTypes.IVilType, IPythonCodeElement, Storable
Direct Known Subclasses:
PythonCodeAssert, PythonCodeClass, PythonCodeDelete, PythonCodeExpr, PythonCodeFnCall.NamedArgument, PythonCodeGlobal, PythonCodeMatch, PythonCodeNonLocal, PythonCodeParamSpec, PythonCodeRaise, PythonCodeSingleLineComment, PythonCodeStmt, PythonCodeTypeAlias, PythonCodeWith.PythonCodeWithItem

public abstract class PythonCodeElement extends Object implements IPythonCodeElement
Represents a Python code element in VTL.
Author:
Kevin Schaperjahn