Class PythonCodeWhileLoop

All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider, net.ssehub.easy.instantiation.core.model.vilTypes.IVilType, IPythonCodeElement, Storable

public class PythonCodeWhileLoop extends PythonCodeBlock
Represents a Python "while" loop in VTL.
Author:
Kevin Schaperjahn
  • Field Details

    • condition

      private String condition
  • Constructor Details

  • Method Details

    • store

      public void store(net.ssehub.easy.instantiation.core.model.templateModel.CodeWriter out)
      Specified by:
      store in interface Storable
      Overrides:
      store in class PythonCodeBlock