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