Class DiagnosticOnFirstKeyword

  • All Implemented Interfaces:
    org.eclipse.emf.ecore.resource.Resource.Diagnostic, org.eclipse.xtext.diagnostics.Diagnostic

    public class DiagnosticOnFirstKeyword
    extends org.eclipse.xtext.validation.EObjectDiagnosticImpl
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.diagnostics.Diagnostic

        LINKING_DIAGNOSTIC, SYNTAX_DIAGNOSITC, SYNTAX_DIAGNOSTIC, SYNTAX_DIAGNOSTIC_WITH_RANGE
    • Constructor Summary

      Constructors 
      Constructor Description
      DiagnosticOnFirstKeyword​(org.eclipse.xtext.diagnostics.Severity severity, java.lang.String problemCode, java.lang.String message, org.eclipse.emf.ecore.EObject problematicObject, java.lang.String[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.xtext.nodemodel.INode getNode()  
      • Methods inherited from class org.eclipse.xtext.validation.EObjectDiagnosticImpl

        doGetNode, getCode, getData, getMessage, getProblematicFeature, getProblematicObject, getSeverity, getUriToProblem
      • Methods inherited from class org.eclipse.xtext.diagnostics.AbstractDiagnostic

        getColumn, getColumnEnd, getLength, getLine, getLineEnd, getLocation, getOffset, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DiagnosticOnFirstKeyword

        public DiagnosticOnFirstKeyword​(org.eclipse.xtext.diagnostics.Severity severity,
                                        java.lang.String problemCode,
                                        java.lang.String message,
                                        org.eclipse.emf.ecore.EObject problematicObject,
                                        java.lang.String[] data)
    • Method Detail

      • getNode

        protected org.eclipse.xtext.nodemodel.INode getNode()
        Overrides:
        getNode in class org.eclipse.xtext.validation.EObjectDiagnosticImpl