Class 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 Detail

      • errors

        protected boolean errors
    • Constructor Detail

      • AbstractCompileLog

        public AbstractCompileLog()
    • Method Detail

      • error

        public void error​(net.jangaroo.jooc.api.FilePosition position,
                          String msg)
        Specified by:
        error in interface net.jangaroo.jooc.api.CompileLog
      • warning

        public void warning​(net.jangaroo.jooc.api.FilePosition position,
                            String msg)
        Specified by:
        warning in interface net.jangaroo.jooc.api.CompileLog
      • hasErrors

        public boolean hasErrors()
        Specified by:
        hasErrors in interface net.jangaroo.jooc.api.CompileLog
      • error

        public void error​(String msg)
        Specified by:
        error in interface net.jangaroo.jooc.api.CompileLog
      • doLogError

        protected abstract void doLogError​(String msg)