Class PythonCodeNonLocal

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

public class PythonCodeNonLocal extends PythonCodeElement
Represents a Python "nonlocal" in VTL.
Author:
Kevin Schaperjahn
  • Field Details

  • Constructor Details

  • Method Details

    • addVar

      public PythonCodeNonLocal addVar(String name)
    • store

      public void store(net.ssehub.easy.instantiation.core.model.templateModel.CodeWriter out)