See: Description
| Class | Description |
|---|---|
| Config |
Configuration for the AST factory.
|
| Config.Builder |
Builder for a Config.
|
| JsDocInfoParser |
A parser for JSDoc comments.
|
| JsDocTokenStream |
This class implements the scanner for JsDoc strings.
|
| ParserRunner |
parser runner
|
| ParserRunner.ParseResult |
Holds results of parsing.
|
| ParsingUtil |
Utility functions for parsing that don't depend on the compiler.
|
| TypeTransformationParser |
A parser for the type transformation expressions (TTL-Exp) as in
@template T := TTL-Exp =: |
| Enum | Description |
|---|---|
| Config.JsDocParsing |
Whether to parse the descriptions of JsDoc comments.
|
| Config.LanguageMode |
JavaScript mode
|
| Config.RunMode |
Whether to keep going after encountering a parse error.
|
| Config.StrictMode |
Level of language strictness required for the input source code.
|
| TypeTransformationParser.Keywords |
Keywords of the type transformation language
|
| TypeTransformationParser.OperationKind |
The classification of the keywords
|
Copyright © 2009-2020 Google. All Rights Reserved.