Uses of Interface
org.mozilla.javascript.ErrorReporter
-
Uses of ErrorReporter in org.mozilla.javascript
Modifier and TypeMethodDescriptionfinal ErrorReporter
CompilerEnvirons.getErrorReporter()
final ErrorReporter
Context.getErrorReporter()
Get the current error reporter.final ErrorReporter
Context.setErrorReporter
(ErrorReporter reporter) Change the current error reporter.Modifier and TypeMethodDescriptionprotected Object
Context.compileImpl
(Scriptable scope, String sourceString, String sourceName, int lineno, Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter) void
CompilerEnvirons.setErrorReporter
(ErrorReporter errorReporter) final ErrorReporter
Context.setErrorReporter
(ErrorReporter reporter) Change the current error reporter.ModifierConstructorDescriptionIRFactory
(CompilerEnvirons env, String sourceString, ErrorReporter errorReporter) Parser
(CompilerEnvirons compilerEnv, ErrorReporter errorReporter) -
Uses of ErrorReporter in org.mozilla.javascript.ast
Modifier and TypeInterfaceDescriptioninterface
This is interface defines a protocol for the reporting of errors during JavaScript translation in IDE-mode.Modifier and TypeClassDescriptionclass
An error reporter that gathers the errors and warnings for later display.