public interface ValidatorContext
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
evaluatedItems() |
Set<String> |
evaluatedProperties() |
ValidatorContext |
lowerLevelContext() |
void |
markEvaluatedItem(int index) |
void |
markEvaluatedProperty(String propertyName) |
ValidatorContext |
startRecording() |
void markEvaluatedItem(int index)
void markEvaluatedProperty(String propertyName)
ValidatorContext startRecording()
ValidatorContext lowerLevelContext()
Copyright © 2021 Eclipse. All rights reserved.