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.
|
Enum | Description |
---|---|
Config.LanguageMode |
JavaScript mode
|
Copyright © 2009-2014 Google. All Rights Reserved.