org.eclipse.xtext.validation
Class IConcreteSyntaxValidator.DiagnosticChainAcceptor

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

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


Constructor Summary
IConcreteSyntaxValidator.DiagnosticChainAcceptor(org.eclipse.emf.common.util.DiagnosticChain 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.DiagnosticChainAcceptor

public IConcreteSyntaxValidator.DiagnosticChainAcceptor(org.eclipse.emf.common.util.DiagnosticChain chain)
Method Detail

accept

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