See: Description
Class | Description |
---|---|
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.
|
TypeDeclarationsIRFactory |
Produces ASTs which represent JavaScript type declarations, both those created from
closure-style type declarations in a JSDoc node (via a conversion from the rhino AST
produced in
NewIRFactory ) as well as
those created from TypeScript-style inline type declarations. |
TypeTransformationParser |
A parser for the type transformation expressions (TTL-Exp) as in
|
Enum | Description |
---|---|
Config.LanguageMode |
JavaScript mode
|
TypeTransformationParser.Keywords |
Keywords of the type transformation language
|
TypeTransformationParser.OperationKind |
The classification of the keywords
|
Copyright © 2009-2015 Google. All Rights Reserved.