See: Description
Interface | Description |
---|---|
Comment |
Represents a JavaScript comment.
|
Class | Description |
---|---|
CommentWrapper |
This class was created as a wrapper for the two comment types
(from the Rhino parser and the new parser) so that we could
provide an implementation of the Comment interface, regardless
of which parser is used.
|
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.
|
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-2014 Google. All Rights Reserved.