| 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.
|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
Compiler.getComments(java.lang.String filename) |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Comment> |
ParserRunner.ParseResult.comments |
| Constructor and Description |
|---|
ParseResult(Node ast,
java.util.List<Comment> comments,
FeatureSet features,
java.lang.String sourceMapURL) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
Parser.getComments() |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Comment> |
ProgramTree.sourceComments |
| Constructor and Description |
|---|
ProgramTree(SourceRange location,
com.google.common.collect.ImmutableList<ParseTree> sourceElements,
com.google.common.collect.ImmutableList<Comment> sourceComments) |
Copyright © 2009-2020 Google. All Rights Reserved.