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
Wrapper for the two comment types so that we can 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.