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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
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 31 milliseconds