Uses of Class
com.sun.javatest.finder.CommentStream
-
Packages that use CommentStream Package Description com.sun.javatest.finder Test Finders are used to locate and read test descriptions, which give details about the tests in a test suite. -
-
Uses of CommentStream in com.sun.javatest.finder
Subclasses of CommentStream in com.sun.javatest.finder Modifier and Type Class Description class
HTMLCommentStream
This class extracts all ASCII characters within HTML comments bound by "".class
JavaCommentStream
This class extracts all ASCII characters within two of Java's comments: traditional comments (bound by "/*" and "*\/") and documentation comments (bound by "/**" and "*\/").class
ShScriptCommentStream
This class extracts all ASCII characters within standard shell script comments.
-