Interface MethodsThat<CONJUNCTION extends GivenMethodsConjunction>

    • Method Detail

      • areStatic

        @PublicAPI(usage=ACCESS)
        CONJUNCTION areStatic()
        Matches static methods.
        Returns:
        A syntax conjunction element, which can be completed to form a full rule
      • areNotStatic

        @PublicAPI(usage=ACCESS)
        CONJUNCTION areNotStatic()
        Matches non-static methods.
        Returns:
        A syntax conjunction element, which can be completed to form a full rule
      • areFinal

        @PublicAPI(usage=ACCESS)
        CONJUNCTION areFinal()
        Matches final methods.
        Returns:
        A syntax conjunction element, which can be completed to form a full rule
      • areNotFinal

        @PublicAPI(usage=ACCESS)
        CONJUNCTION areNotFinal()
        Matches non-final methods.
        Returns:
        A syntax conjunction element, which can be completed to form a full rule