Uses of Class
org.htmlunit.corejs.javascript.Token.CommentType
-
Packages that use Token.CommentType Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.ast -
-
Uses of Token.CommentType in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as Token.CommentType Modifier and Type Field Description (package private) Token.CommentTypeTokenStream. commentTypeMethods in org.htmlunit.corejs.javascript that return Token.CommentType Modifier and Type Method Description Token.CommentTypeTokenStream. getCommentType()Return the type of the last scanned comment.static Token.CommentTypeToken.CommentType. valueOf(java.lang.String name)Returns 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.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast declared as Token.CommentType Modifier and Type Field Description private Token.CommentTypeComment. commentTypeMethods in org.htmlunit.corejs.javascript.ast that return Token.CommentType Modifier and Type Method Description Token.CommentTypeComment. getCommentType()Returns the comment styleMethods in org.htmlunit.corejs.javascript.ast with parameters of type Token.CommentType Modifier and Type Method Description voidComment. setCommentType(Token.CommentType type)Sets the comment styleConstructors in org.htmlunit.corejs.javascript.ast with parameters of type Token.CommentType Constructor Description Comment(int pos, int len, Token.CommentType type, java.lang.String value)Constructs a new Comment
-