Package | Description |
---|---|
com.sun.tools.javac.parser |
Modifier and Type | Method and Description |
---|---|
Tokens.Comment.CommentStyle |
JavaTokenizer.BasicComment.getStyle() |
Tokens.Comment.CommentStyle |
Tokens.Comment.getStyle() |
static Tokens.Comment.CommentStyle |
Tokens.Comment.CommentStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tokens.Comment.CommentStyle[] |
Tokens.Comment.CommentStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tokens.Comment |
Tokens.Token.comment(Tokens.Comment.CommentStyle style)
Preserve classic semantics - if multiple javadocs are found on the token
the last one is returned
|
protected Tokens.Comment |
JavadocTokenizer.processComment(int pos,
int endPos,
Tokens.Comment.CommentStyle style) |
protected Tokens.Comment |
JavaTokenizer.processComment(int pos,
int endPos,
Tokens.Comment.CommentStyle style)
Called when a complete comment has been scanned.
|
Constructor and Description |
---|
BasicComment(U comment_reader,
Tokens.Comment.CommentStyle cs) |
Copyright © 2017 earcam. All rights reserved.