net.sourceforge.pmd.lang.java.symboltable
Class DeclarationFinderFunction

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.symboltable.DeclarationFinderFunction
All Implemented Interfaces:
UnaryFunction<NameDeclaration>

public class DeclarationFinderFunction
extends Object
implements UnaryFunction<NameDeclaration>


Constructor Summary
DeclarationFinderFunction(NameOccurrence occurrence)
           
 
Method Summary
 void applyTo(NameDeclaration nameDeclaration)
           
 NameDeclaration getDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclarationFinderFunction

public DeclarationFinderFunction(NameOccurrence occurrence)
Method Detail

applyTo

public void applyTo(NameDeclaration nameDeclaration)
Specified by:
applyTo in interface UnaryFunction<NameDeclaration>

getDecl

public NameDeclaration getDecl()


Copyright © 2002-2016 InfoEther. All Rights Reserved.