net.jangaroo.jooc
Class AbstractCompileLog

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractCompileLog()
           
 
Method Summary
protected abstract  void doLogError(String msg)
           
 void error(JooSymbol sym, String msg)
           
 void error(String msg)
           
 boolean hasErrors()
           
 void warning(JooSymbol sym, String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.CompileLog
warning
 

Field Detail

errors

protected boolean errors
Constructor Detail

AbstractCompileLog

public AbstractCompileLog()
Method Detail

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.