Uses of Enum
org.mozilla.javascript.Token.CommentType
Packages that use Token.CommentType
-
Uses of Token.CommentType in org.mozilla.javascript
Subclasses with type arguments of type Token.CommentType in org.mozilla.javascriptMethods in org.mozilla.javascript that return Token.CommentTypeModifier and TypeMethodDescriptionstatic Token.CommentTypeReturns the enum constant of this type with the specified name.static Token.CommentType[]Token.CommentType.values()Returns an array containing the constants of this enum type, 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 TypeMethodDescriptionvoidComment.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