Uses of Interface
org.mozilla.javascript.ErrorReporter
Packages that use ErrorReporter
Package
Description
-
Uses of ErrorReporter in org.mozilla.javascript
Classes in org.mozilla.javascript that implement ErrorReporterModifier and TypeClassDescription(package private) class
This is the default error reporter for JavaScript.Fields in org.mozilla.javascript declared as ErrorReporterModifier and TypeFieldDescriptionprivate ErrorReporter
DefaultErrorReporter.chainedReporter
private ErrorReporter
CompilerEnvirons.errorReporter
private ErrorReporter
Context.errorReporter
private ErrorReporter
Parser.errorReporter
Methods in org.mozilla.javascript that return ErrorReporterModifier and TypeMethodDescription(package private) static ErrorReporter
DefaultErrorReporter.forEval
(ErrorReporter reporter) final ErrorReporter
CompilerEnvirons.getErrorReporter()
final ErrorReporter
Context.getErrorReporter()
Get the current error reporter.final ErrorReporter
Context.setErrorReporter
(ErrorReporter reporter) Change the current error reporter.Methods in org.mozilla.javascript with parameters of type ErrorReporterModifier and TypeMethodDescription(package private) final Function
Context.compileFunction
(Scriptable scope, String source, Evaluator compiler, ErrorReporter compilationErrorReporter, String sourceName, int lineno, Object securityDomain) protected Object
Context.compileImpl
(Scriptable scope, String sourceString, String sourceName, int lineno, Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter) (package private) final Script
Context.compileString
(String source, Evaluator compiler, ErrorReporter compilationErrorReporter, String sourceName, int lineno, Object securityDomain) (package private) static ErrorReporter
DefaultErrorReporter.forEval
(ErrorReporter reporter) private ScriptNode
Context.parse
(String sourceString, String sourceName, int lineno, CompilerEnvirons compilerEnv, ErrorReporter compilationErrorReporter, boolean returnFunction) void
CompilerEnvirons.setErrorReporter
(ErrorReporter errorReporter) final ErrorReporter
Context.setErrorReporter
(ErrorReporter reporter) Change the current error reporter.Constructors in org.mozilla.javascript with parameters of type ErrorReporterModifierConstructorDescriptionIRFactory
(CompilerEnvirons env, ErrorReporter errorReporter) Parser
(CompilerEnvirons compilerEnv, ErrorReporter errorReporter) -
Uses of ErrorReporter in org.mozilla.javascript.ast
Subinterfaces of ErrorReporter in org.mozilla.javascript.astModifier and TypeInterfaceDescriptioninterface
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 ErrorReporterModifier and TypeClassDescriptionclass
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 ErrorReporterMethods in org.mozilla.javascript.tools with parameters of type ErrorReporterModifier and TypeMethodDescriptionstatic 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 ErrorReporterMethods in org.mozilla.javascript.tools.shell with parameters of type ErrorReporterModifier and TypeMethodDescriptionvoid
ShellContextFactory.setErrorReporter
(ErrorReporter errorReporter)