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 classScope.ImportScopestatic classScope.StarImportScopestatic classScope.StaticStarImportScopeMethods in org.sonar.java.resolve that return Scope Modifier and Type Method Description ScopeResolve. createStarImportScope(JavaSymbol owner)ScopeResolve. createStaticStarImportScope(JavaSymbol owner)ScopeJavaSymbol.MethodJavaSymbol. getParameters()ScopeJavaSymbol.TypeJavaSymbol. members()ScopeJavaSymbol.MethodJavaSymbol. typeParameters()ScopeJavaSymbol.TypeJavaSymbol. typeParameters()Constructors in org.sonar.java.resolve with parameters of type Scope Constructor Description Scope(Scope next)
-