| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
| Class and Description |
|---|
| Config
Configuration for the AST factory.
|
| Config.LanguageMode
JavaScript mode
|
| TypeTransformationParser.Keywords
Keywords of the type transformation language
|
| Class and Description |
|---|
| Annotation
All natively recognized JSDoc annotations.
|
| Config
Configuration for the AST factory.
|
| Config.LanguageMode
JavaScript mode
|
| IRFactory
IRFactory transforms the external AST to the internal AST.
|
| IRFactory.TransformDispatcher |
| JsDocInfoParser
A parser for JSDoc comments.
|
| JsDocInfoParser.ExtendedTypeInfo
Tuple for recording extended types
|
| JsDocInfoParser.ExtractionInfo
Tuple for returning both the string extracted and the
new token following a call to any of the extract*Block
methods.
|
| JsDocInfoParser.State |
| JsDocInfoParser.WhitespaceOption |
| JsDocToken
JSDoc-specific tokens.
|
| JsDocTokenStream
This class implements the scanner for JsDoc strings.
|
| NullErrorReporter
An error reporter which consumes all calls and performs no actions.
|
| ParserRunner.ParseResult
Holds results of parsing.
|
| TypeTransformationParser.Keywords
Keywords of the type transformation language
|
| TypeTransformationParser.OperationKind
The classification of the keywords
|