Class BlockCleanerProcessor

    • Constructor Detail

      • BlockCleanerProcessor

        public BlockCleanerProcessor​(Block block)
        Constructor
        Parameters:
        block - Block for deleting it content, can't be null
    • Method Detail

      • clean

        public void clean()
        Cleans all containment object
      • noMethod

        protected boolean noMethod​(Preprocessor preprocessor)
        Checks that preprocessor doesn't have Method
        Parameters:
        preprocessor - checking Preprocessor, can't be null
        Returns:
        true if preprocessor doesn't have Method, false otherwise