net.jangaroo.jooc
Class StdOutCompileLog

java.lang.Object
  extended by net.jangaroo.jooc.StdOutCompileLog
All Implemented Interfaces:
CompileLog
Direct Known Subclasses:
AntCompileLog

public class StdOutCompileLog
extends Object
implements CompileLog

Author:
Andreas Gawecki

Field Summary
protected  boolean errors
           
protected  boolean warnings
           
 
Constructor Summary
StdOutCompileLog()
           
 
Method Summary
 void error(JooSymbol sym, String msg)
           
 void error(String msg)
           
 boolean hasErrors()
           
 void warning(JooSymbol sym, String msg)
           
 void warning(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errors

protected boolean errors

warnings

protected boolean warnings
Constructor Detail

StdOutCompileLog

public StdOutCompileLog()
Method Detail

error

public void error(JooSymbol sym,
                  String msg)
Specified by:
error in interface CompileLog

error

public void error(String msg)
Specified by:
error in interface CompileLog

warning

public void warning(JooSymbol sym,
                    String msg)
Specified by:
warning in interface CompileLog

warning

public void warning(String msg)
Specified by:
warning in interface CompileLog

hasErrors

public boolean hasErrors()
Specified by:
hasErrors in interface CompileLog


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.