Uses of Enum Class
com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
Packages that use Comment.Type
Package
Description
-
Uses of Comment.Type in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser with parameters of type Comment.TypeModifier and TypeMethodDescriptionvoidScanner.CommentRecorder.recordComment(Comment.Type type, SourceRange range, String value) -
Uses of Comment.Type in com.google.javascript.jscomp.parsing.parser.trees
Fields in com.google.javascript.jscomp.parsing.parser.trees declared as Comment.TypeMethods in com.google.javascript.jscomp.parsing.parser.trees that return Comment.TypeModifier and TypeMethodDescriptionstatic Comment.TypeReturns the enum constant of this class with the specified name.static Comment.Type[]Comment.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type Comment.Type