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 |
---|---|
List<Comment> |
Compiler.getComments(String filename) |
Modifier and Type | Field and Description |
---|---|
List<Comment> |
ParserRunner.ParseResult.comments |
Constructor and Description |
---|
ParseResult(Node ast,
List<Comment> comments,
FeatureSet features,
String sourceMap) |
Modifier and Type | Method and Description |
---|---|
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-2017 Google. All Rights Reserved.