Uses of Class
org.sonar.iac.docker.symbols.Usage.Kind
-
Packages that use Usage.Kind Package Description org.sonar.iac.docker.symbols -
-
Uses of Usage.Kind in org.sonar.iac.docker.symbols
Methods in org.sonar.iac.docker.symbols that return Usage.Kind Modifier and Type Method Description Usage.KindUsage. kind()static Usage.KindUsage.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Usage.Kind[]Usage.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.iac.docker.symbols with parameters of type Usage.Kind 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 Usage.Kind Constructor Description Usage(Scope scope, DockerTree tree, Usage.Kind kind)
-