Package com.google.javascript.jscomp.parsing

Provides utilities to help with parsing JSDoc annotations and performing AST transformations.

See:
          Description

Class Summary
Config Configuration for the AST factory.
JsDocInfoParser A parser for JSDoc comments.
NullErrorReporter An error reporter which consumes all calls and performs no actions.
ParserRunner parser runner
ParserRunner.ParseResult Holds results of parsing.
 

Enum Summary
Config.LanguageMode JavaScript mode
 

Package com.google.javascript.jscomp.parsing Description

Provides utilities to help with parsing JSDoc annotations and performing AST transformations.