Class Search


  • public class Search
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void execute​(net.sourceforge.pmd.lang.symboltable.Scope startingScope)  
      java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration> getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • execute

        public void execute()
      • execute

        public void execute​(net.sourceforge.pmd.lang.symboltable.Scope startingScope)
      • getResult

        public java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration> getResult()