Searched refs:CommentStyle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentScanner.java218 protected void processComment(CommentStyle style) {
219 if (style != CommentStyle.JAVADOC) {
H A DScanner.java867 processComment(CommentStyle.LINE);
872 CommentStyle style;
874 style = CommentStyle.JAVADOC;
877 style = CommentStyle.BLOCK;
1091 public enum CommentStyle { enum in class:Scanner
1101 protected void processComment(CommentStyle style) {

Completed in 36 milliseconds