protected static class JavaTokenizer.BasicComment<U extends UnicodeReader> extends Object implements Tokens.Comment
Tokens.Comment.CommentStyle| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deprecatedFlag |
protected boolean |
scanned |
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComment(U comment_reader,
Tokens.Comment.CommentStyle cs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSourcePos(int pos) |
Tokens.Comment.CommentStyle |
getStyle() |
String |
getText() |
boolean |
isDeprecated() |
protected void |
scanDocComment() |
protected BasicComment(U comment_reader, Tokens.Comment.CommentStyle cs)
public String getText()
getText in interface Tokens.Commentpublic int getSourcePos(int pos)
getSourcePos in interface Tokens.Commentpublic Tokens.Comment.CommentStyle getStyle()
getStyle in interface Tokens.Commentpublic boolean isDeprecated()
isDeprecated in interface Tokens.Commentprotected void scanDocComment()
Copyright © 2017 earcam. All rights reserved.