Uses of Enum
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.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
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 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