java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeText
All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider, net.ssehub.easy.instantiation.core.model.vilTypes.IVilType, IPythonCodeElement, Storable

public class PythonCodeText extends Object implements IPythonCodeElement
Represents a not further refined/refinable text Python expression/statement in VTL. The raw text may consist of multiple lines. If no indentation is requested, the raw text is emitted as given. Applies PseudoString.content(String) to handle empty content expressions.
Author:
Kevin Schaperjahn