Interface SExecutable

    • Method Detail

      • getConcept

        @NotNull
        SAbstractConcept getConcept()
        SExecutable must belong to some concept For example in the case of SMethod the concept is the concept where the method is declared
        Returns:
        the concept which this executable belongs to
      • getExceptions

        List<SThrowable> getExceptions()
        Returns:
        the declared throwable exceptions description
        See Also:
        SThrowable