Uses of Class
org.sonar.iac.docker.symbols.Scope
-
Packages that use Scope Package Description org.sonar.iac.docker.symbols org.sonar.iac.docker.tree.api org.sonar.iac.docker.tree.impl -
-
Uses of Scope in org.sonar.iac.docker.symbols
Methods in org.sonar.iac.docker.symbols that return Scope Modifier and Type Method Description ScopeUsage. scope()Methods in org.sonar.iac.docker.symbols with parameters of type Scope Modifier and Type Method Description voidSymbol. addUsage(Scope scope, DockerTree tree, Usage.Kind kind)Constructors in org.sonar.iac.docker.symbols with parameters of type Scope Constructor Description Scope(Scope.Kind kind, Scope orgScope)Usage(Scope scope, DockerTree tree, Usage.Kind kind) -
Uses of Scope in org.sonar.iac.docker.tree.api
Methods in org.sonar.iac.docker.tree.api that return Scope Modifier and Type Method Description ScopeHasScope. scope()Methods in org.sonar.iac.docker.tree.api with parameters of type Scope Modifier and Type Method Description voidHasScope. setScope(Scope scope) -
Uses of Scope in org.sonar.iac.docker.tree.impl
Methods in org.sonar.iac.docker.tree.impl that return Scope Modifier and Type Method Description ScopeBodyImpl. scope()ScopeDockerImageImpl. scope()Methods in org.sonar.iac.docker.tree.impl with parameters of type Scope Modifier and Type Method Description voidBodyImpl. setScope(Scope scope)voidDockerImageImpl. setScope(Scope scope)
-