Class ImageFinderFunction

java.lang.Object
net.sourceforge.pmd.lang.symboltable.ImageFinderFunction
All Implemented Interfaces:
Predicate<NameDeclaration>

@Deprecated public class ImageFinderFunction extends Object implements Predicate<NameDeclaration>
Deprecated.
Since 7.19.0. For more info, see net.sourceforge.pmd.lang.symboltable.
  • Constructor Details

    • ImageFinderFunction

      public ImageFinderFunction(String img)
      Deprecated.
    • ImageFinderFunction

      public ImageFinderFunction(List<String> imageList)
      Deprecated.
  • Method Details