| Package | Description |
|---|---|
| org.sonar.java.resolve |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Scope.ImportScope |
|
static class |
Scope.StarImportScope |
|
static class |
Scope.StaticStarImportScope |
| Modifier and Type | Method | Description |
|---|---|---|
Scope |
Resolve.createStarImportScope(JavaSymbol owner) |
|
Scope |
Resolve.createStaticStarImportScope(JavaSymbol owner) |
|
Scope |
JavaSymbol.MethodJavaSymbol.getParameters() |
|
Scope |
JavaSymbol.TypeJavaSymbol.members() |
|
Scope |
JavaSymbol.MethodJavaSymbol.typeParameters() |
|
Scope |
JavaSymbol.TypeJavaSymbol.typeParameters() |
| Constructor | Description |
|---|---|
Scope(Scope next) |
Copyright © 2012–2018 SonarSource. All rights reserved.