| Package | Description |
|---|---|
| org.eclipse.xtext.validation | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Field and Description |
|---|---|
static CheckMode |
CheckMode.ALL |
CheckMode |
AbstractDeclarativeValidator.State.checkMode |
static CheckMode |
CheckMode.EXPENSIVE_ONLY |
static CheckMode |
CheckMode.FAST_ONLY |
static CheckMode |
CheckMode.NORMAL_AND_FAST |
static CheckMode |
CheckMode.NORMAL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
protected CheckMode |
AbstractDeclarativeValidator.getCheckMode() |
static CheckMode |
CheckMode.getCheckMode(Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
ResourceValidatorImpl.validate(org.eclipse.emf.ecore.resource.Resource resource,
CheckMode mode,
CancelIndicator mon) |
List<Issue> |
IResourceValidator.validate(org.eclipse.emf.ecore.resource.Resource resource,
CheckMode mode,
CancelIndicator indicator)
Validates the given resource according to the
mode. |
protected void |
ResourceValidatorImpl.validate(org.eclipse.emf.ecore.resource.Resource resource,
CheckMode mode,
CancelIndicator monitor,
IAcceptor<Issue> acceptor) |
protected void |
ResourceValidatorImpl.validate(org.eclipse.emf.ecore.resource.Resource resource,
org.eclipse.emf.ecore.EObject element,
CheckMode mode,
CancelIndicator monitor,
IAcceptor<Issue> acceptor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReducedXtextResourceValidator.validate(org.eclipse.emf.ecore.resource.Resource resource,
CheckMode mode,
CancelIndicator monitor,
IAcceptor<Issue> acceptor) |
Copyright © 2015. All Rights Reserved.