Class CodeBlockSetImpl

    • Constructor Detail

      • CodeBlockSetImpl

        public CodeBlockSetImpl()
    • Method Detail

      • setSuffix

        public void setSuffix​(String m_suffix)
                       throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setSuffix in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setTab_depth

        public void setTab_depth​(int m_tab_depth)
                          throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setTab_depth in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setParent_package

        public void setParent_package​(String ref_parent_package)
                               throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setParent_package in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setBlock_number

        public void setBlock_number​(String m_block_number)
                             throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setBlock_number in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setBody_name

        public void setBody_name​(String ref_body_name)
                          throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setBody_name in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setPrefix

        public void setPrefix​(String m_prefix)
                       throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setPrefix in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setTop_level

        public void setTop_level​(boolean m_top_level)
                          throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setTop_level in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • setParent_name

        public void setParent_name​(String ref_parent_name)
                            throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        setParent_name in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • R450_is_scope_for_Statement

        public StatementSet R450_is_scope_for_Statement()
                                                 throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        R450_is_scope_for_Statement in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • R453_controls_then_for_IfSmt

        public IfSmtSet R453_controls_then_for_IfSmt()
                                              throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        R453_controls_then_for_IfSmt in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • R454_controls_else_for_IfSmt

        public IfSmtSet R454_controls_else_for_IfSmt()
                                              throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        R454_controls_else_for_IfSmt in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • R455_controls_ForSmt

        public ForSmtSet R455_controls_ForSmt()
                                       throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        R455_controls_ForSmt in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • R456_controls_WhileSmt

        public WhileSmtSet R456_controls_WhileSmt()
                                           throws io.ciera.runtime.summit.exceptions.XtumlException
        Specified by:
        R456_controls_WhileSmt in interface CodeBlockSet
        Throws:
        io.ciera.runtime.summit.exceptions.XtumlException
      • nullElement

        public CodeBlock nullElement()
        Specified by:
        nullElement in interface io.ciera.runtime.summit.types.ISet<CodeBlock>
      • emptySet

        public CodeBlockSet emptySet()
        Specified by:
        emptySet in interface io.ciera.runtime.summit.types.ISet<CodeBlock>
      • elements

        public List<CodeBlock> elements()
        Specified by:
        elements in interface io.ciera.runtime.summit.types.ISet<CodeBlock>