public class ImageFinderFunction extends Object implements SearchFunction<NameDeclaration>
| Constructor and Description |
|---|
ImageFinderFunction(List<String> imageList) |
ImageFinderFunction(String img) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyTo(NameDeclaration nameDeclaration)
Applies the search function over a single element.
|
NameDeclaration |
getDecl() |
public ImageFinderFunction(String img)
public boolean applyTo(NameDeclaration nameDeclaration)
SearchFunctionapplyTo in interface SearchFunction<NameDeclaration>nameDeclaration - The element to analyze.public NameDeclaration getDecl()
Copyright © 2002–2017 PMD. All rights reserved.