Searched defs:CompileError (Results 1 – 2 of 2) sorted by relevance
38 struct CompileError { struct49 CompileError() : line_number(0), error_code(ERROR_NONE) {} in CompileError() function50 CompileError(size_t line_number, in CompileError() argument68 CompileError* error); argument
21 public class CompileError extends Exception { class25 public CompileError(String s, Lex l) { in CompileError() method in CompileError30 public CompileError(String s) { in CompileError() method in CompileError35 public CompileError(CannotCompileException e) { in CompileError() method in CompileError39 public CompileError(NotFoundException e) { in CompileError() method in CompileError