Uses of Enum Class
org.mozilla.javascript.Token.CommentType
Packages that use Token.CommentType
-
Uses of Token.CommentType in org.mozilla.javascript
Methods in org.mozilla.javascript that return Token.CommentTypeModifier and TypeMethodDescriptionstatic Token.CommentType
Returns the enum constant of this class with the specified name.static Token.CommentType[]
Token.CommentType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Token.CommentType in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return Token.CommentTypeMethods in org.mozilla.javascript.ast with parameters of type Token.CommentTypeModifier and TypeMethodDescriptionvoid
Comment.setCommentType
(Token.CommentType type) Sets the comment styleConstructors in org.mozilla.javascript.ast with parameters of type Token.CommentTypeModifierConstructorDescriptionComment
(int pos, int len, Token.CommentType type, String value) Constructs a new Comment