Uses of Class
com.google.javascript.jscomp.parsing.parser.trees.Comment
-
Packages that use Comment 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 -
-
Uses of Comment in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>Compiler. getComments(java.lang.String filename) -
Uses of Comment in com.google.javascript.jscomp.parsing
Fields in com.google.javascript.jscomp.parsing with type parameters of type Comment Modifier and Type Field Description java.util.List<Comment>ParserRunner.ParseResult. commentsConstructor parameters in com.google.javascript.jscomp.parsing with type arguments of type Comment Constructor Description ParseResult(Node ast, java.util.List<Comment> comments, FeatureSet features, java.lang.String sourceMapURL) -
Uses of Comment in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return types with arguments of type Comment Modifier and Type Method Description java.util.List<Comment>Parser. getComments() -
Uses of Comment in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees with type parameters of type Comment Modifier and Type Field Description com.google.common.collect.ImmutableList<Comment>ProgramTree. sourceComments
-