Package | Description |
---|---|
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 |
Constructor and Description |
---|
CommentWrapper(Comment comment) |
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-2014 Google. All Rights Reserved.