Uses of Interface
org.mozilla.javascript.ErrorReporter
Packages that use ErrorReporter
Package
Description
-
Uses of ErrorReporter in org.mozilla.javascript
Methods in org.mozilla.javascript that return ErrorReporterModifier and TypeMethodDescriptionfinal ErrorReporterCompilerEnvirons.getErrorReporter()final ErrorReporterContext.getErrorReporter()Get the current error reporter.final ErrorReporterContext.setErrorReporter(ErrorReporter reporter) Change the current error reporter.Methods in org.mozilla.javascript with parameters of type ErrorReporterModifier and TypeMethodDescriptionprotected ObjectContext.compileImpl(Scriptable scope, String sourceString, String sourceName, int lineno, Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter) voidCompilerEnvirons.setErrorReporter(ErrorReporter errorReporter) final ErrorReporterContext.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 TypeInterfaceDescriptioninterfaceThis 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 TypeClassDescriptionclassAn 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 voidToolErrorReporter.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 ErrorReporterModifier and TypeMethodDescriptionvoidShellContextFactory.setErrorReporter(ErrorReporter errorReporter)