Uses of Enum Class
org.mozilla.javascript.Token.CommentType
Packages that use Token.CommentType
-
Uses of Token.CommentType in org.mozilla.javascript
Fields in org.mozilla.javascript declared as Token.CommentTypeMethods in org.mozilla.javascript that return Token.CommentTypeModifier and TypeMethodDescriptionTokenStream.getCommentType()
Return the type of the last scanned comment.static 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
Fields in org.mozilla.javascript.ast declared as Token.CommentTypeMethods 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