Uses of Interface
org.mozilla.javascript.ErrorReporter
-
Packages that use ErrorReporter Package Description org.mozilla.javascript org.mozilla.javascript.ast org.mozilla.javascript.tools org.mozilla.javascript.tools.shell -
-
Uses of ErrorReporter in org.mozilla.javascript
Classes in org.mozilla.javascript that implement ErrorReporter Modifier and Type Class Description (package private) class
DefaultErrorReporter
This is the default error reporter for JavaScript.Fields in org.mozilla.javascript declared as ErrorReporter Modifier and Type Field Description private ErrorReporter
DefaultErrorReporter. chainedReporter
private ErrorReporter
CompilerEnvirons. errorReporter
private ErrorReporter
Context. errorReporter
private ErrorReporter
Parser. errorReporter
Methods in org.mozilla.javascript that return ErrorReporter Modifier and Type Method Description (package private) static ErrorReporter
DefaultErrorReporter. forEval(ErrorReporter reporter)
ErrorReporter
CompilerEnvirons. getErrorReporter()
ErrorReporter
Context. getErrorReporter()
Get the current error reporter.ErrorReporter
Context. setErrorReporter(ErrorReporter reporter)
Change the current error reporter.Methods in org.mozilla.javascript with parameters of type ErrorReporter Modifier and Type Method Description (package private) Function
Context. compileFunction(Scriptable scope, java.lang.String source, Evaluator compiler, ErrorReporter compilationErrorReporter, java.lang.String sourceName, int lineno, java.lang.Object securityDomain)
protected java.lang.Object
Context. compileImpl(Scriptable scope, java.lang.String sourceString, java.lang.String sourceName, int lineno, java.lang.Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter)
(package private) Script
Context. compileString(java.lang.String source, Evaluator compiler, ErrorReporter compilationErrorReporter, java.lang.String sourceName, int lineno, java.lang.Object securityDomain)
(package private) static ErrorReporter
DefaultErrorReporter. forEval(ErrorReporter reporter)
private ScriptNode
Context. parse(java.lang.String sourceString, java.lang.String sourceName, int lineno, CompilerEnvirons compilerEnv, ErrorReporter compilationErrorReporter, boolean returnFunction)
void
CompilerEnvirons. setErrorReporter(ErrorReporter errorReporter)
ErrorReporter
Context. setErrorReporter(ErrorReporter reporter)
Change the current error reporter.Constructors in org.mozilla.javascript with parameters of type ErrorReporter Constructor Description IRFactory(CompilerEnvirons env, ErrorReporter errorReporter)
Parser(CompilerEnvirons compilerEnv, ErrorReporter errorReporter)
-
Uses of ErrorReporter in org.mozilla.javascript.ast
Subinterfaces of ErrorReporter in org.mozilla.javascript.ast Modifier and Type Interface Description interface
IdeErrorReporter
This is interface defines a protocol for the reporting of errors during JavaScript translation in IDE-mode.Classes in org.mozilla.javascript.ast that implement ErrorReporter Modifier and Type Class Description class
ErrorCollector
An error reporter that gathers the errors and warnings for later display. -
Uses of ErrorReporter in org.mozilla.javascript.tools
Classes in org.mozilla.javascript.tools that implement ErrorReporter Modifier and Type Class Description class
ToolErrorReporter
Error reporter for tools.Methods in org.mozilla.javascript.tools with parameters of type ErrorReporter Modifier and Type Method Description static void
ToolErrorReporter. reportException(ErrorReporter er, RhinoException ex)
-
Uses of ErrorReporter in org.mozilla.javascript.tools.shell
Fields in org.mozilla.javascript.tools.shell declared as ErrorReporter Modifier and Type Field Description private ErrorReporter
ShellContextFactory. errorReporter
Methods in org.mozilla.javascript.tools.shell with parameters of type ErrorReporter Modifier and Type Method Description void
ShellContextFactory. setErrorReporter(ErrorReporter errorReporter)
-