Class Search
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.symboltable.Search
-
@Deprecated @InternalApi public class Search extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description Search(JavaNameOccurrence occ)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute()
Deprecated.void
execute(Scope startingScope)
Deprecated.Set<NameDeclaration>
getResult()
Deprecated.
-
-
-
Constructor Detail
-
Search
public Search(JavaNameOccurrence occ)
Deprecated.
-
-
Method Detail
-
execute
public void execute()
Deprecated.
-
execute
public void execute(Scope startingScope)
Deprecated.
-
getResult
public Set<NameDeclaration> getResult()
Deprecated.
-
-