java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeStmt
All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider, net.ssehub.easy.instantiation.core.model.vilTypes.IVilType, IPythonCodeElement, Storable
Direct Known Subclasses:
PythonCodeAssign, PythonCodeBlock

public abstract class PythonCodeStmt extends PythonCodeElement
Represents a Python statement in VTL.
Author:
Kevin Schaperjahn
  • Constructor Details