Package org.eclipse.xtext.validation
Interface IConcreteSyntaxValidator.IDiagnosticAcceptor
-
- All Known Implementing Classes:
IConcreteSyntaxValidator.DiagnosticChainAcceptor,IConcreteSyntaxValidator.DiagnosticListAcceptor
- Enclosing interface:
- IConcreteSyntaxValidator
public static interface IConcreteSyntaxValidator.IDiagnosticAcceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic diag)
-
-
-
Method Detail
-
accept
void accept(IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic diag)
-
-