package com.sun.java.help.search; interface BlockProcessor { void process(Block block); }