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 Summary
Constructors 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.RangeBasedDiagnostic
getData, getLength, getOffset, getSource, toString
-
-
-
-
Constructor Detail
-
InnerRangeBasedDiagnostic
public 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 benullmessage- message of creating diagnostic, can't benullobject- annotated model object by creating diagnostic, can't benulloffset- the starting offset of creating diagnostic in annotating resourcelength- the length of creating diagnostic in annotating resourcecheckType- actual validation type, can't benullissueCode- error code corresponding to creating diagnostic. This code can be used for creating quick fixes, can benullissueData- additional data attaching to diagnostic, can't benull
-
-