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.ParseResultParserRunner. 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, @Nullable 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
Fields in com.google.javascript.rhino declared as ErrorReporter Modifier and Type Field Description static ErrorReporterErrorReporter. ALWAYS_THROWS_INSTANCEstatic ErrorReporterErrorReporter. 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 ErrorReporterJSTypeRegistry. getErrorReporter()Methods in com.google.javascript.rhino.jstype with parameters of type ErrorReporter Modifier and Type Method Description JSTypeJSType. 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.
-