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
Methods in org.mozilla.javascript that return ErrorReporter Modifier and Type Method Description 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 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)
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
Methods in org.mozilla.javascript.tools.shell with parameters of type ErrorReporter Modifier and Type Method Description void
ShellContextFactory. setErrorReporter(ErrorReporter errorReporter)
-