Package net.jangaroo.jooc
Class AbstractCompileLog
- java.lang.Object
-
- net.jangaroo.jooc.AbstractCompileLog
-
- All Implemented Interfaces:
net.jangaroo.jooc.api.CompileLog
- Direct Known Subclasses:
AntCompileLog,StdOutCompileLog
public abstract class AbstractCompileLog extends Object implements net.jangaroo.jooc.api.CompileLog
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanerrors
-
Constructor Summary
Constructors Constructor Description AbstractCompileLog()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoLogError(String msg)voiderror(String msg)voiderror(net.jangaroo.jooc.api.FilePosition position, String msg)booleanhasErrors()voidwarning(net.jangaroo.jooc.api.FilePosition position, String msg)
-
-
-
Method Detail
-
error
public void error(net.jangaroo.jooc.api.FilePosition position, String msg)- Specified by:
errorin interfacenet.jangaroo.jooc.api.CompileLog
-
warning
public void warning(net.jangaroo.jooc.api.FilePosition position, String msg)- Specified by:
warningin interfacenet.jangaroo.jooc.api.CompileLog
-
hasErrors
public boolean hasErrors()
- Specified by:
hasErrorsin interfacenet.jangaroo.jooc.api.CompileLog
-
error
public void error(String msg)
- Specified by:
errorin interfacenet.jangaroo.jooc.api.CompileLog
-
doLogError
protected abstract void doLogError(String msg)
-
-