public class Search
extends java.lang.Object
Constructor | Description |
---|---|
Search(JavaNameOccurrence occ) |
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() |
public Search(JavaNameOccurrence occ)
public void execute()
public void execute(net.sourceforge.pmd.lang.symboltable.Scope startingScope)
public java.util.Set<net.sourceforge.pmd.lang.symboltable.NameDeclaration> getResult()
Copyright © 2002–2018 PMD. All rights reserved.