| java.lang.Object org.apache.beehive.controls.runtime.generator.apt.CheckerMessagerImpl
CheckerMessagerImpl | final public class CheckerMessagerImpl implements Messager(Code) | | Wrap a com.sun.mirror.apt.Messager instance to track errors and warnings.
|
CheckerMessagerImpl | CheckerMessagerImpl(Messager messager, Diagnostics aptDiagnostics)(Code) | | Constructor.
Parameters: messager - Messager to wrap. |
getErrorCount | int getErrorCount()(Code) | | Get the number of errors sent to this messager.
Number of errors. |
getWarningCount | int getWarningCount()(Code) | | Get the number of warnings sent to this messager.
Number of warnings. |
printError | public void printError(SourcePosition sourcePosition, String string)(Code) | | |
printNotice | public void printNotice(SourcePosition sourcePosition, String string)(Code) | | |
printWarning | public void printWarning(SourcePosition sourcePosition, String string)(Code) | | |
|
|