| Interface | Description |
|---|---|
| IAssignmentQuantityAllocator | |
| IAssignmentQuantityAllocator.IQuantities | |
| IAssignmentQuantityIntervalProvider | |
| IConcreteSyntaxConstraintProvider | |
| IConcreteSyntaxConstraintProvider.ISyntaxConstraint | |
| IConcreteSyntaxDiagnosticProvider | |
| IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic | |
| IConcreteSyntaxValidator | |
| IConcreteSyntaxValidator.IDiagnosticAcceptor | |
| IDiagnosticConverter |
Implement a diagnostic converter if you want to customize the region that is computed for
resource diagnostics or validation diagnostics.
|
| INamesAreUniqueValidationHelper |
The helper can be used to validate unique names locally or across resource boundaries.
|
| INamesAreUniqueValidationHelper.Context |
Provides context information to the validation that allows to introspect the scope in which the validation for
unique names is supposed to happen.
|
| INamesAreUniqueValidationHelper.ContextProvider |
Provide the context information for the unique name validation.
|
| IResourceValidator | |
| Issue | |
| ValidationMessageAcceptor |
A validation message acceptor provides the minimal necessary API to create
error and warning messages that are associated with a feature value or with
a range in the input source.
|
| Enum | Description |
|---|---|
| CheckType |
CheckType is used to determine when @
Check-annotated validation Methods are executed. |
| IConcreteSyntaxConstraintProvider.ConstraintType |
| Exception | Description |
|---|---|
| IConcreteSyntaxValidator.InvalidConcreteSyntaxException |
| Annotation Type | Description |
|---|---|
| Check | |
| ComposedChecks |
Annotation that allows to modularize the validator into multiple classes.
|