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