Uses of Interface
org.sonar.iac.common.api.checks.CheckContext
Packages that use CheckContext
Package
Description
-
Uses of CheckContext in org.sonar.iac.common.api.checks
Method parameters in org.sonar.iac.common.api.checks with type arguments of type CheckContextModifier and TypeMethodDescription<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 CheckContextConstructors in org.sonar.iac.common.checkdsl with parameters of type CheckContextModifierConstructorDescriptionprotectedContextualListTree(CheckContext ctx, T tree, String name, ContextualTree<?, ?> parent, List<E> items) protectedContextualPropertyTree(CheckContext ctx, T tree, String name, ContextualTree<? extends ContextualTree<?, ?>, ? extends Tree> parent) protectedContextualTree(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 CheckContextMethod parameters in org.sonar.iac.common.extension.visitors with type arguments of type CheckContextModifier and TypeMethodDescription<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 CheckContextModifier and TypeFieldDescriptionfinal CheckContextYamlObject.ctxfinal CheckContextYamlObject.ctxfinal CheckContextYamlObject.ctxMethods in org.sonar.iac.common.yaml.object with parameters of type CheckContextModifier and TypeMethodDescriptionstatic 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 CheckContextModifierConstructorDescriptionprotectedBlockObject(CheckContext ctx, MappingTree tree, String key, org.sonar.iac.common.yaml.object.YamlObject.Status status)