Interface TryBlock

    • Method Detail

      • getResources

        EList<Resource> getResources()
        Returns the value of the 'Resources' containment reference list. The list contents are of type Resource.
        Returns:
        the value of the 'Resources' containment reference list.
        See Also:
        StatementsPackage.getTryBlock_Resources()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true"
      • getCatchBlocks

        EList<CatchBlock> getCatchBlocks()
        Returns the value of the 'Catch Blocks' containment reference list. The list contents are of type CatchBlock.
        Returns:
        the value of the 'Catch Blocks' containment reference list.
        See Also:
        StatementsPackage.getTryBlock_CatchBlocks()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true"
      • setFinallyBlock

        void setFinallyBlock​(Block value)
        Sets the value of the 'Finally Block' containment reference.
        Parameters:
        value - the new value of the 'Finally Block' containment reference.
        See Also:
        getFinallyBlock()
        Generated class or method.
      • getCatcheBlocks

        EList<CatchBlock> getCatcheBlocks()
        Generated class or method.
        EMF model class or method.
        kind="operation" required="true" many="false"