src/jdk.compiler/share/classes/com/sun/source/util/DocSourcePositions.java

Print this page

        

*** 34,44 **** * A position is defined as a simple character offset from the start of a * CompilationUnit where the first character is at offset 0. * * @since 1.8 */ - @jdk.Exported public interface DocSourcePositions extends SourcePositions { /** * Returns the starting position of the tree within the comment within the file. If tree is not found within * file, or if the starting position is not available, --- 34,43 ----