Package org.sonar.java.resolve
Class Scope.ImportScope
- java.lang.Object
-
- org.sonar.java.resolve.Scope
-
- org.sonar.java.resolve.Scope.ImportScope
-
- Direct Known Subclasses:
Scope.StarImportScope
,Scope.StaticStarImportScope
- Enclosing class:
- Scope
public static class Scope.ImportScope extends Scope
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.java.resolve.Scope
Scope.ImportScope, Scope.StarImportScope, Scope.StaticStarImportScope
-
-
Field Summary
-
Fields inherited from class org.sonar.java.resolve.Scope
scopeSymbols, symbols
-
-
Constructor Summary
Constructors Constructor Description ImportScope(JavaSymbol owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enter(JavaSymbol symbol)
-
Methods inherited from class org.sonar.java.resolve.Scope
lookup, scopeSymbols
-
-
-
-
Constructor Detail
-
ImportScope
public ImportScope(JavaSymbol owner)
-
-
Method Detail
-
enter
public void enter(JavaSymbol symbol)
-
-