| Package | Description |
|---|---|
| org.eclipse.xtext.validation |
| Modifier and Type | Field and Description |
|---|---|
CheckType |
AbstractDeclarativeValidator.State.currentCheckType |
| Modifier and Type | Method and Description |
|---|---|
CheckType |
AbstractValidationDiagnostic.getCheckType() |
protected CheckType |
DiagnosticConverterImpl.getIssueType(org.eclipse.emf.common.util.Diagnostic diagnostic) |
CheckType |
Issue.getType() |
CheckType |
Issue.IssueImpl.getType() |
static CheckType |
CheckType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckType[] |
CheckType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Issue.IssueImpl.setType(CheckType type) |
abstract boolean |
CheckMode.shouldCheck(CheckType type) |
| Constructor and Description |
|---|
AbstractValidationDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
CheckType checkType,
String issueCode,
String... issueData) |
FeatureBasedDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index,
CheckType checkType,
String issueCode,
String... issueData) |
RangeBasedDiagnostic(int severity,
String message,
org.eclipse.emf.ecore.EObject source,
int offset,
int length,
CheckType checkType,
String issueCode,
String[] issueData) |
Copyright © 2015. All Rights Reserved.