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