public class DeclarationFinderFunction extends java.lang.Object implements SearchFunction<NameDeclaration>
| Constructor and Description |
|---|
DeclarationFinderFunction(NameOccurrence occurrence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyTo(NameDeclaration nameDeclaration) |
NameDeclaration |
getDecl() |
public DeclarationFinderFunction(NameOccurrence occurrence)
public boolean applyTo(NameDeclaration nameDeclaration)
applyTo in interface SearchFunction<NameDeclaration>public NameDeclaration getDecl()
Copyright © 2002–2017 PMD. All rights reserved.