Uses of Interface
com.google.javascript.rhino.ErrorReporter
-
Packages that use ErrorReporter Package Description com.google.javascript.jscomp.parsing com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of ErrorReporter in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing with parameters of type ErrorReporter Modifier and Type Method Description static ParserRunner.ParseResult
ParserRunner. parse(StaticSourceFile sourceFile, java.lang.String sourceString, Config config, ErrorReporter errorReporter)
Constructors in com.google.javascript.jscomp.parsing with parameters of type ErrorReporter Constructor Description JsDocInfoParser(JsDocTokenStream stream, java.lang.String comment, int commentPosition, Node templateNode, Config config, ErrorReporter errorReporter)
TypeTransformationParser(java.lang.String typeTransformationString, StaticSourceFile sourceFile, ErrorReporter errorReporter, int templateLineno, int templateCharno)
-
Uses of ErrorReporter in com.google.javascript.rhino
Classes in com.google.javascript.rhino that implement ErrorReporter Modifier and Type Class Description class
SimpleErrorReporter
A simpleErrorReporter
that collects warnings and errors and makes them accessible viaSimpleErrorReporter.errors
andSimpleErrorReporter.warnings
.Fields in com.google.javascript.rhino declared as ErrorReporter Modifier and Type Field Description static ErrorReporter
ErrorReporter. ALWAYS_THROWS_INSTANCE
static ErrorReporter
ErrorReporter. NULL_INSTANCE
-
Uses of ErrorReporter in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return ErrorReporter Modifier and Type Method Description ErrorReporter
JSTypeRegistry. getErrorReporter()
Methods in com.google.javascript.rhino.jstype with parameters of type ErrorReporter Modifier and Type Method Description JSType
JSType. resolve(ErrorReporter reporter)
Resolve this type in the given scope.Constructors in com.google.javascript.rhino.jstype with parameters of type ErrorReporter Constructor Description JSTypeRegistry(ErrorReporter reporter)
JSTypeRegistry(ErrorReporter reporter, java.util.Set<java.lang.String> forwardDeclaredTypes)
Constructs a new type registry populated with the built-in types.
-