org.eclipse.xtext.validation
Class IConcreteSyntaxValidator.DiagnosticListAcceptor

java.lang.Object
  extended by org.eclipse.xtext.validation.IConcreteSyntaxValidator.DiagnosticListAcceptor
All Implemented Interfaces:
IConcreteSyntaxValidator.IDiagnosticAcceptor
Enclosing interface:
IConcreteSyntaxValidator

public static class IConcreteSyntaxValidator.DiagnosticListAcceptor
extends java.lang.Object
implements IConcreteSyntaxValidator.IDiagnosticAcceptor


Constructor Summary
IConcreteSyntaxValidator.DiagnosticListAcceptor(java.util.List<org.eclipse.emf.common.util.Diagnostic> chain)
           
 
Method Summary
 void accept(IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic diag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IConcreteSyntaxValidator.DiagnosticListAcceptor

public IConcreteSyntaxValidator.DiagnosticListAcceptor(java.util.List<org.eclipse.emf.common.util.Diagnostic> chain)
Method Detail

accept

public void accept(IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic diag)
Specified by:
accept in interface IConcreteSyntaxValidator.IDiagnosticAcceptor