public class Search
extends java.lang.Object
Constructor and Description |
---|
Search(JavaNameOccurrence occ) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
execute(Scope startingScope) |
java.util.Set<NameDeclaration> |
getResult() |
public Search(JavaNameOccurrence occ)
public void execute()
public void execute(Scope startingScope)
public java.util.Set<NameDeclaration> getResult()
Copyright © 2002–2018 PMD. All rights reserved.