Package com._1c.g5.v8.dt.bsl.validation
Class InnerRangeBasedDiagnostic
- java.lang.Object
- 
- org.eclipse.xtext.validation.AbstractValidationDiagnostic
- 
- org.eclipse.xtext.validation.RangeBasedDiagnostic
- 
- com._1c.g5.v8.dt.bsl.validation.InnerRangeBasedDiagnostic
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.util.Diagnostic
 
 public class InnerRangeBasedDiagnostic extends org.eclipse.xtext.validation.RangeBasedDiagnosticSpecial wrapper forRangeBasedDiagnosticfor creatingDiagnosticby model object
- 
- 
Constructor SummaryConstructors Constructor Description InnerRangeBasedDiagnostic(int severity, String message, org.eclipse.emf.ecore.EObject source, int offset, int length, org.eclipse.xtext.validation.CheckType checkType, String issueCode, String[] issueData)Constructor
 - 
Method Summary- 
Methods inherited from class org.eclipse.xtext.validation.RangeBasedDiagnosticgetData, getLength, getOffset, getSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
InnerRangeBasedDiagnosticpublic InnerRangeBasedDiagnostic(int severity, String message, org.eclipse.emf.ecore.EObject source, int offset, int length, org.eclipse.xtext.validation.CheckType checkType, String issueCode, String[] issueData)Constructor- Parameters:
- severity- type of creating diagnostic, can't be- null
- message- message of creating diagnostic, can't be- null
- object- annotated model object by creating diagnostic, can't be- null
- offset- the starting offset of creating diagnostic in annotating resource
- length- the length of creating diagnostic in annotating resource
- checkType- actual validation type, can't be- null
- issueCode- error code corresponding to creating diagnostic. This code can be used for creating quick fixes, can be- null
- issueData- additional data attaching to diagnostic, can't be- null
 
 
- 
 
-