Class ImageFinderFunction
- java.lang.Object
-
- net.sourceforge.pmd.lang.symboltable.ImageFinderFunction
-
- All Implemented Interfaces:
Predicate<NameDeclaration>
public class ImageFinderFunction extends Object implements Predicate<NameDeclaration>
-
-
Constructor Summary
Constructors Constructor Description ImageFinderFunction(String img)
ImageFinderFunction(List<String> imageList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameDeclaration
getDecl()
boolean
test(NameDeclaration nameDeclaration)
-
-
-
Method Detail
-
test
public boolean test(NameDeclaration nameDeclaration)
- Specified by:
test
in interfacePredicate<NameDeclaration>
-
getDecl
public NameDeclaration getDecl()
-
-