See: Description
Class | Description |
---|---|
Config |
Configuration for the AST factory.
|
JsDocInfoParser |
A parser for JSDoc comments.
|
ParserRunner |
parser runner
|
ParserRunner.ParseResult |
Holds results of parsing.
|
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-2019 Google. All Rights Reserved.