Uses of Interface
dev.metaschema.core.model.constraint.ILet
Packages that use ILet
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of ILet in dev.metaschema.core.model.constraint
Methods in dev.metaschema.core.model.constraint that return ILetModifier and TypeMethodDescriptiondefault ILetIFeatureValueConstrained.addLetExpression(ILet let) IValueConstrained.addLetExpression(ILet let) Add a new let expression.ValueConstraintSet.addLetExpression(ILet let) static ILetILet.of(IEnhancedQName name, IMetapathExpression valueExpression, ISource source, MarkupMultiline remarks) Create a new Let expression.static ILetILet.of(IEnhancedQName name, String valueExpression, ISource source, MarkupMultiline remarks) Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.metaschema.core.model.constraint that return types with arguments of type ILetModifier and TypeMethodDescriptiondefault Map<IEnhancedQName,ILet> IFeatureValueConstrained.getLetExpressions()IValueConstrained.getLetExpressions()Get the collection of let expressions, if any.ValueConstraintSet.getLetExpressions()TimingCollector.getLetTimings()Get all let-statement timing records.Methods in dev.metaschema.core.model.constraint with parameters of type ILetModifier and TypeMethodDescriptiondefault ILetIFeatureValueConstrained.addLetExpression(ILet let) IValueConstrained.addLetExpression(ILet let) Add a new let expression.ValueConstraintSet.addLetExpression(ILet let) voidCompositeValidationEventListener.afterLetEvaluation(ILet let) voidNoOpValidationEventListener.afterLetEvaluation(ILet let) voidTimingCollector.afterLetEvaluation(ILet let) voidValidationEventListener.afterLetEvaluation(ILet let) Called after a let-statement variable binding evaluation completes.voidCompositeValidationEventListener.beforeLetEvaluation(ILet let) voidNoOpValidationEventListener.beforeLetEvaluation(ILet let) voidTimingCollector.beforeLetEvaluation(ILet let) voidValidationEventListener.beforeLetEvaluation(ILet let) Called before a let-statement variable binding is evaluated.TimingCollector.getLetTiming(ILet let) Get the timing record for a specific let-statement. -
Uses of ILet in dev.metaschema.modules.sarif
Methods in dev.metaschema.modules.sarif with parameters of type ILetModifier and TypeMethodDescriptionvoidSarifValidationHandler.afterLetEvaluation(ILet let) voidSarifValidationHandler.beforeLetEvaluation(ILet let)