Class AbstractTemplateElement

    • Constructor Detail

      • AbstractTemplateElement

        public AbstractTemplateElement()
    • Method Detail

      • setParent

        protected void setParent​(ILanguageElement parent)
        Changes the parent. Please override if children must be adjusted according. Shall be called only once per instance, but there is no limitation.
        Parameters:
        parent - the parent
      • isLoop

        public boolean isLoop()
        Description copied from interface: ITemplateElement
        Returns whether this element is a loop.
        Specified by:
        isLoop in interface ITemplateElement
        Returns:
        true if it is a loop, false else