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

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