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.Comment
public int getSourcePos(int pos)
getSourcePos
in interface Tokens.Comment
public Tokens.Comment.CommentStyle getStyle()
getStyle
in interface Tokens.Comment
public boolean isDeprecated()
isDeprecated
in interface Tokens.Comment
protected void scanDocComment()
Copyright © 2017 earcam. All rights reserved.