Uses of Class
com.google.javascript.jscomp.parsing.parser.trees.Comment.Type
-
Packages that use Comment.Type Package Description com.google.javascript.jscomp.parsing.parser com.google.javascript.jscomp.parsing.parser.trees -
-
Uses of Comment.Type in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser with parameters of type Comment.Type Modifier and Type Method Description voidScanner.CommentRecorder. recordComment(Comment.Type type, SourceRange range, java.lang.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.Type Modifier and Type Field Description Comment.TypeComment. typeMethods in com.google.javascript.jscomp.parsing.parser.trees that return Comment.Type Modifier and Type Method Description static Comment.TypeComment.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Comment.Type[]Comment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.javascript.jscomp.parsing.parser.trees with parameters of type Comment.Type Constructor Description Comment(java.lang.String value, SourceRange location, Comment.Type type)
-