Uses of Class
org.sonar.java.resolve.Scope
-
Packages that use Scope Package Description org.sonar.java.resolve -
-
Uses of Scope in org.sonar.java.resolve
Subclasses of Scope in org.sonar.java.resolve Modifier and Type Class Description static class
Scope.ImportScope
static class
Scope.StarImportScope
static class
Scope.StaticStarImportScope
Methods in org.sonar.java.resolve that return Scope 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()
Constructors in org.sonar.java.resolve with parameters of type Scope Constructor Description Scope(Scope next)
-