Package org.fife.rsta.ac.js
Class JavaScriptParser.JSErrorReporter
java.lang.Object
org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
- All Implemented Interfaces:
org.mozilla.javascript.ErrorReporter
- Enclosing class:
JavaScriptParser
public static class JavaScriptParser.JSErrorReporter
extends Object
implements org.mozilla.javascript.ErrorReporter
Error reporter for Rhino-based parsing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.mozilla.javascript.EvaluatorExceptionruntimeError(String message, String sourceName, int line, String lineSource, int lineOffset) void
-
Constructor Details
-
JSErrorReporter
public JSErrorReporter()
-
-
Method Details
-
error
- Specified by:
errorin interfaceorg.mozilla.javascript.ErrorReporter
-
runtimeError
public org.mozilla.javascript.EvaluatorException runtimeError(String message, String sourceName, int line, String lineSource, int lineOffset) - Specified by:
runtimeErrorin interfaceorg.mozilla.javascript.ErrorReporter
-
warning
- Specified by:
warningin interfaceorg.mozilla.javascript.ErrorReporter
-