Interface MethodsThat<CONJUNCTION extends GivenMethodsConjunction>

All Superinterfaces:
CodeUnitsThat<CONJUNCTION>, MembersThat<CONJUNCTION>

public interface MethodsThat<CONJUNCTION extends GivenMethodsConjunction> extends CodeUnitsThat<CONJUNCTION>
  • Method Details

    • areStatic

      Matches static methods.
      Returns:
      A syntax conjunction element, which can be completed to form a full rule
    • areNotStatic

      Matches non-static methods.
      Returns:
      A syntax conjunction element, which can be completed to form a full rule
    • areFinal

      Matches final methods.
      Returns:
      A syntax conjunction element, which can be completed to form a full rule
    • areNotFinal

      Matches non-final methods.
      Returns:
      A syntax conjunction element, which can be completed to form a full rule