| Package | Description |
|---|---|
| org.eclipse.xtext.diagnostics | |
| org.eclipse.xtext.resource.impl | |
| org.eclipse.xtext.validation | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Method and Description |
|---|---|
Severity |
DiagnosticMessage.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDiagnosticConsumer.consume(Diagnostic diagnostic,
Severity severity) |
boolean |
IDiagnosticConsumer.hasConsumedDiagnostics(Severity severity) |
| Constructor and Description |
|---|
DiagnosticMessage(String message,
Severity severity,
String issueCode,
String... issueData) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBasedDiagnosticConsumer.consume(Diagnostic diagnostic,
Severity severity) |
List<Diagnostic> |
ListBasedDiagnosticConsumer.getResult(Severity severity) |
boolean |
ListBasedDiagnosticConsumer.hasConsumedDiagnostics(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Issue.getSeverity()
Returns the severity of the issue.
|
Severity |
Issue.IssueImpl.getSeverity() |
Severity |
EObjectDiagnosticImpl.getSeverity() |
protected Severity |
DiagnosticConverterImpl.getSeverity(org.eclipse.emf.common.util.Diagnostic diagnostic) |
Severity |
IssueSeverities.getSeverity(String code) |
Severity |
SeverityConverter.stringToSeverity(String severityAsString) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDiagnosticConverter.convertResourceDiagnostic(org.eclipse.emf.ecore.resource.Resource.Diagnostic diagnostic,
Severity severity,
IAcceptor<Issue> acceptor)
Convert a resource diagnostic to zero, one or more markers.
|
void |
DiagnosticConverterImpl.convertResourceDiagnostic(org.eclipse.emf.ecore.resource.Resource.Diagnostic diagnostic,
Severity severity,
IAcceptor<Issue> acceptor) |
protected org.eclipse.emf.common.util.Diagnostic |
AbstractDeclarativeValidator.createDiagnostic(Severity severity,
String message,
org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index,
String code,
String... issueData) |
protected org.eclipse.emf.common.util.Diagnostic |
AbstractDeclarativeValidator.createDiagnostic(Severity severity,
String message,
org.eclipse.emf.ecore.EObject object,
int offset,
int length,
String code,
String... issueData) |
protected void |
ResourceValidatorImpl.issueFromXtextResourceDiagnostic(org.eclipse.emf.ecore.resource.Resource.Diagnostic diagnostic,
Severity severity,
IAcceptor<Issue> acceptor) |
void |
Issue.IssueImpl.setSeverity(Severity severity) |
protected int |
AbstractDeclarativeValidator.toDiagnosticSeverity(Severity severity) |
| Constructor and Description |
|---|
EObjectDiagnosticImpl(Severity severity,
String problemCode,
String message,
org.eclipse.emf.ecore.EObject problematicObject,
org.eclipse.emf.ecore.EStructuralFeature problematicFeature,
int indexOfProblemanticValueInFeature,
String[] data) |
| Modifier and Type | Method and Description |
|---|---|
protected Severity |
XtextDiagnosticConverter.getSeverity(org.eclipse.emf.common.util.Diagnostic diagnostic) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReducedXtextResourceValidator.issueFromXtextResourceDiagnostic(org.eclipse.emf.ecore.resource.Resource.Diagnostic diagnostic,
Severity severity,
IAcceptor<Issue> acceptor) |
Copyright © 2015. All Rights Reserved.