Package org.sonar.java.resolve
Class Scope.StaticStarImportScope
- java.lang.Object
-
- org.sonar.java.resolve.Scope
-
- org.sonar.java.resolve.Scope.ImportScope
-
- org.sonar.java.resolve.Scope.StaticStarImportScope
-
- Enclosing class:
- Scope
public static class Scope.StaticStarImportScope extends Scope.ImportScope
-
-
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 StaticStarImportScope(JavaSymbol owner, BytecodeCompleter bytecodeCompleter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JavaSymbol>
lookup(String name)
-
Methods inherited from class org.sonar.java.resolve.Scope.ImportScope
enter
-
Methods inherited from class org.sonar.java.resolve.Scope
scopeSymbols
-
-
-
-
Constructor Detail
-
StaticStarImportScope
public StaticStarImportScope(JavaSymbol owner, BytecodeCompleter bytecodeCompleter)
-
-
Method Detail
-
lookup
public List<JavaSymbol> lookup(String name)
-
-