Interface Check

  • All Known Implementing Classes:
    VisitorBasedCheck

    public interface Check
    The interface which should be implemented by all RPG checks (rules). Instead of implementing directly this interface, most checks should extend VisitorBasedCheck which make it easier to work on specific parts of the source code.
    • Method Detail

      • check

        void check​(CheckContext context)
        This method is called for each check on each RPG file.
        Parameters:
        context - Check context