Uses of Enum Class
org.mozilla.javascript.Token.CommentType
-
Uses of Token.CommentType in org.mozilla.javascript
Modifier 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
Modifier and TypeMethodDescriptionvoid
Comment.setCommentType
(Token.CommentType type) Sets the comment styleModifierConstructorDescriptionComment
(int pos, int len, Token.CommentType type, String value) Constructs a new Comment