Uses of Interface
com.google.javascript.rhino.ErrorReporter
Packages that use ErrorReporter
Package
Description
-
Uses of ErrorReporter in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing with parameters of type ErrorReporterModifier and TypeMethodDescriptionstatic ParserRunner.ParseResult
ParserRunner.parse
(StaticSourceFile sourceFile, String sourceString, Config config, ErrorReporter errorReporter) Constructors in com.google.javascript.jscomp.parsing with parameters of type ErrorReporterModifierConstructorDescriptionJsDocInfoParser
(JsDocTokenStream stream, String comment, int commentPosition, @Nullable Node templateNode, Config config, JsDocInfoParser.JsDocSourceKind jsDocSourceKind, ErrorReporter errorReporter) TypeTransformationParser
(String typeTransformationString, StaticSourceFile sourceFile, ErrorReporter errorReporter, int templateLineno, int templateCharno) -
Uses of ErrorReporter in com.google.javascript.rhino
Fields in com.google.javascript.rhino declared as ErrorReporterModifier and TypeFieldDescriptionstatic final ErrorReporter
ErrorReporter.ALWAYS_THROWS_INSTANCE
static final ErrorReporter
ErrorReporter.NULL_INSTANCE
-
Uses of ErrorReporter in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return ErrorReporterMethods in com.google.javascript.rhino.jstype with parameters of type ErrorReporterModifier and TypeMethodDescriptionfinal JSType
JSType.resolve
(ErrorReporter reporter) Resolve this type in the given scope.Constructors in com.google.javascript.rhino.jstype with parameters of type ErrorReporterModifierConstructorDescriptionJSTypeRegistry
(ErrorReporter reporter) JSTypeRegistry
(ErrorReporter reporter, Set<String> forwardDeclaredTypes) Constructs a new type registry populated with the built-in types.