Home | History | Annotate | Download | only in compiler

Lines Matching refs:errorHandler

80    * @param errorHandler Error listener where messages will be sent, or null 
88 public Compiler(ErrorListener errorHandler, SourceLocator locator,
91 m_errorHandler = errorHandler;