net.jangaroo.jooc
Class StdOutCompileLog
java.lang.Object
net.jangaroo.jooc.StdOutCompileLog
- All Implemented Interfaces:
- CompileLog
- Direct Known Subclasses:
- AntCompileLog
public class StdOutCompileLog
- extends java.lang.Object
- implements CompileLog
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errors
protected boolean errors
warnings
protected boolean warnings
StdOutCompileLog
public StdOutCompileLog()
error
public void error(JooSymbol sym,
java.lang.String msg)
- Specified by:
error in interface CompileLog
error
public void error(java.lang.String msg)
- Specified by:
error in interface CompileLog
warning
public void warning(JooSymbol sym,
java.lang.String msg)
- Specified by:
warning in interface CompileLog
warning
public void warning(java.lang.String msg)
- Specified by:
warning in interface CompileLog
hasErrors
public boolean hasErrors()
- Specified by:
hasErrors in interface CompileLog
Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.