org.eclipse.xtext.linking.impl
Class LinkingDiagnosticProducer

java.lang.Object
  extended by org.eclipse.xtext.diagnostics.AbstractDiagnosticProducer
      extended by org.eclipse.xtext.linking.impl.LinkingDiagnosticProducer
All Implemented Interfaces:
IDiagnosticProducer

public class LinkingDiagnosticProducer
extends AbstractDiagnosticProducer

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
LinkingDiagnosticProducer(IDiagnosticConsumer consumer)
           
 
Method Summary
protected  Diagnostic createDiagnostic(DiagnosticMessage message)
           
 
Methods inherited from class org.eclipse.xtext.diagnostics.AbstractDiagnosticProducer
addDiagnostic, getNode, setNode, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkingDiagnosticProducer

public LinkingDiagnosticProducer(IDiagnosticConsumer consumer)
Method Detail

createDiagnostic

protected Diagnostic createDiagnostic(DiagnosticMessage message)
Specified by:
createDiagnostic in class AbstractDiagnosticProducer