Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript | |
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Token.CommentType |
Comment.getCommentType()
Returns the comment style
|
Modifier and Type | Method and Description |
---|---|
void |
Comment.setCommentType(Token.CommentType type)
Sets the comment style
|
Constructor and Description |
---|
Comment(int pos,
int len,
Token.CommentType type,
java.lang.String value)
Constructs a new Comment
|