Uses of Interface
org.sonar.iac.common.api.checks.CheckContext
-
Packages that use CheckContext Package Description org.sonar.iac.common.api.checks org.sonar.iac.common.checkdsl org.sonar.iac.common.extension.visitors org.sonar.iac.common.yaml.object -
-
Uses of CheckContext in org.sonar.iac.common.api.checks
Method parameters in org.sonar.iac.common.api.checks with type arguments of type CheckContext Modifier and Type Method Description <T extends Tree>
voidInitContext. register(Class<T> cls, BiConsumer<CheckContext,T> visitor) -
Uses of CheckContext in org.sonar.iac.common.checkdsl
Fields in org.sonar.iac.common.checkdsl declared as CheckContext Modifier and Type Field Description CheckContextContextualTree. ctxConstructors in org.sonar.iac.common.checkdsl with parameters of type CheckContext Constructor Description ContextualListTree(CheckContext ctx, T tree, String name, ContextualTree<?,?> parent, List<E> items)ContextualPropertyTree(CheckContext ctx, T tree, String name, ContextualTree<? extends ContextualTree<?,?>,? extends Tree> parent)ContextualTree(CheckContext ctx, T tree, String name, ContextualTree<? extends ContextualTree<?,?>,? extends Tree> parent) -
Uses of CheckContext in org.sonar.iac.common.extension.visitors
Classes in org.sonar.iac.common.extension.visitors that implement CheckContext Modifier and Type Class Description classChecksVisitor.ContextAdapterMethod parameters in org.sonar.iac.common.extension.visitors with type arguments of type CheckContext Modifier and Type Method Description <T extends Tree>
voidChecksVisitor.ContextAdapter. register(Class<T> cls, BiConsumer<CheckContext,T> visitor) -
Uses of CheckContext in org.sonar.iac.common.yaml.object
Fields in org.sonar.iac.common.yaml.object declared as CheckContext Modifier and Type Field Description CheckContextYamlObject. ctxCheckContextYamlObject. ctxCheckContextYamlObject. ctxMethods in org.sonar.iac.common.yaml.object with parameters of type CheckContext Modifier and Type Method Description static AttributeObjectAttributeObject. fromAbsent(CheckContext ctx, String key)static BlockObjectBlockObject. fromAbsent(CheckContext ctx, String key)static ListObjectListObject. fromAbsent(CheckContext ctx, String key)static AttributeObjectAttributeObject. fromPresent(CheckContext ctx, YamlTree tree, String key)static BlockObjectBlockObject. fromPresent(CheckContext ctx, YamlTree tree, String key)static ListObjectListObject. fromPresent(CheckContext ctx, YamlTree tree, String key, YamlTree parent)Constructors in org.sonar.iac.common.yaml.object with parameters of type CheckContext Constructor Description BlockObject(CheckContext ctx, MappingTree tree, String key, org.sonar.iac.common.yaml.object.YamlObject.Status status)
-