/** * This file is licensed under the University of Illinois/NCSA Open Source License. See LICENSE.TXT for details. */ package edu.illinois.keshmesh.detector; /** * * @author Mohsen Vakilian * @author Stas Negara * */ public interface InstructionFilter { public boolean accept(InstructionInfo instructionInfo); }