Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassIndex.SearchScope
Default predefined
ClassIndex.SearchScopeType s |
Modifier and Type | Method and Description |
---|---|
static ClassIndex.SearchScopeType |
ClassIndex.createPackageSearchScope(ClassIndex.SearchScopeType base,
String... pkgs)
Creates a search scope limited to list of packages.
|
Modifier and Type | Method and Description |
---|---|
static ClassIndex.SearchScopeType |
ClassIndex.createPackageSearchScope(ClassIndex.SearchScopeType base,
String... pkgs)
Creates a search scope limited to list of packages.
|