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 ErrorReporterCompilerEnvirons. getErrorReporter()ErrorReporterContext. getErrorReporter()Get the current error reporter.ErrorReporterContext. 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.ObjectContext. compileImpl(Scriptable scope, java.lang.String sourceString, java.lang.String sourceName, int lineno, java.lang.Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter)voidCompilerEnvirons. setErrorReporter(ErrorReporter errorReporter)ErrorReporterContext. 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 interfaceIdeErrorReporterThis 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 classErrorCollectorAn 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 classToolErrorReporterError reporter for tools.Methods in org.mozilla.javascript.tools with parameters of type ErrorReporter Modifier and Type Method Description static 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 ErrorReporter Modifier and Type Method Description voidShellContextFactory. setErrorReporter(ErrorReporter errorReporter)
-