uk.ac.man.cs.rainbow.temp
Class JSCompiler.JSSemanticErrors

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.Compiler.Exception
                          |
                          +--uk.ac.man.cs.rainbow.Compiler.Errors
                                |
                                +--uk.ac.man.cs.rainbow.temp.JSCompiler.JSSemanticErrors
All Implemented Interfaces:
Serializable
Enclosing class:
JSCompiler

protected static class JSCompiler.JSSemanticErrors
extends Compiler.Errors

Specialised error parsing and generating subclass. Contains masses of (concealed) machinery to convert the (somewhat idiosyncratic) output of the external compiler into a form that is more generally useful.

See Also:
Compiler.SemanticError, Serialized Form

Methods inherited from class uk.ac.man.cs.rainbow.Compiler.Errors
getErrors
 
Methods inherited from class uk.ac.man.cs.rainbow.RainbowException
getDetail, getMessage, setAugment, setDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait