Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Compiler.getComments(String filename) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Field and Description |
---|---|
List<Comment> |
ParserRunner.ParseResult.comments |
Constructor and Description |
---|
ParserRunner.ParseResult(Node ast,
List<Comment> comments) |
Copyright © 2009-2014 Google. All Rights Reserved.