Uses of Class
net.sourceforge.htmlunit.corejs.javascript.Token.CommentType

Packages that use Token.CommentType
net.sourceforge.htmlunit.corejs.javascript   
net.sourceforge.htmlunit.corejs.javascript.ast   
 

Uses of Token.CommentType in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript that return Token.CommentType
static Token.CommentType Token.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 net.sourceforge.htmlunit.corejs.javascript.ast
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast that return Token.CommentType
 Token.CommentType Comment.getCommentType()
          Returns the comment style
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast with parameters of type Token.CommentType
 void Comment.setCommentType(Token.CommentType type)
          Sets the comment style
 

Constructors in net.sourceforge.htmlunit.corejs.javascript.ast with parameters of type Token.CommentType
Comment(int pos, int len, Token.CommentType type, java.lang.String value)
          Constructs a new Comment