fr.umlv.tatoo.cc.ebnf.ast.analysis
Interface ASTDiagnosticReporter

All Known Implementing Classes:
AbstractASTDiagnosticReporter, LogInfoASTDiagnosticReporter

public interface ASTDiagnosticReporter


Nested Class Summary
static class ASTDiagnosticReporter.ErrorKey
           
static class ASTDiagnosticReporter.WarningKey
           
 
Method Summary
 void error(ASTDiagnosticReporter.ErrorKey key, TreeAST node, Object... data)
           
 boolean isOnError()
           
 void warning(ASTDiagnosticReporter.WarningKey key, TreeAST node, Object... data)
           
 

Method Detail

isOnError

boolean isOnError()

error

void error(ASTDiagnosticReporter.ErrorKey key,
           TreeAST node,
           Object... data)

warning

void warning(ASTDiagnosticReporter.WarningKey key,
             TreeAST node,
             Object... data)