Interface MethodsShould<CONJUNCTION extends MethodsShouldConjunction>

    • Method Detail

      • beStatic

        @PublicAPI(usage=ACCESS)
        CONJUNCTION beStatic()
        Asserts that methods are static.
        Returns:
        A syntax element that can either be used as working rule, or to continue specifying a more complex rule
      • notBeStatic

        @PublicAPI(usage=ACCESS)
        CONJUNCTION notBeStatic()
        Asserts that methods are non-static.
        Returns:
        A syntax element that can either be used as working rule, or to continue specifying a more complex rule
      • beFinal

        @PublicAPI(usage=ACCESS)
        CONJUNCTION beFinal()
        Asserts that methods are final.
        Returns:
        A syntax element that can either be used as working rule, or to continue specifying a more complex rule
      • notBeFinal

        @PublicAPI(usage=ACCESS)
        CONJUNCTION notBeFinal()
        Asserts that methods are non-final.
        Returns:
        A syntax element that can either be used as working rule, or to continue specifying a more complex rule