Class MTryCatchBlock

    • Constructor Detail

      • MTryCatchBlock

        public MTryCatchBlock()
        Конструктор по умолчанию
      • MTryCatchBlock

        public MTryCatchBlock​(MTryCatchBlock sample)
        Конструктор копирования
        Parameters:
        sample - образец
    • Method Detail

      • getLabelStart

        public String getLabelStart()
        the beginning of the exception handler's scope (inclusive).
        Returns:
        begin label
      • setLabelStart

        public void setLabelStart​(String labelStart)
      • getLabelEnd

        public String getLabelEnd()
        the end of the exception handler's scope (exclusive).
        Returns:
        end label
      • setLabelEnd

        public void setLabelEnd​(String labelEnd)
      • getLabelHandler

        public String getLabelHandler()
        the beginning of the exception handler's code.
        Returns:
        handler
      • setLabelHandler

        public void setLabelHandler​(String labelHandler)
      • getType

        public String getType()
        the internal name of the type of exceptions handled by the handler, or null to catch any exceptions (for "finally" blocks).
        Returns:
        type
      • setType

        public void setType​(String type)