Uses of Class
org.sonar.iac.docker.symbols.Scope.Kind
-
Packages that use Scope.Kind Package Description org.sonar.iac.docker.symbols -
-
Uses of Scope.Kind in org.sonar.iac.docker.symbols
Methods in org.sonar.iac.docker.symbols that return Scope.Kind Modifier and Type Method Description Scope.KindScope. kind()static Scope.KindScope.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope.Kind[]Scope.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonar.iac.docker.symbols with parameters of type Scope.Kind Constructor Description Scope(Scope.Kind kind)Scope(Scope.Kind kind, Scope orgScope)
-