langtools/src/share/classes/com/sun/source/util/DocSourcePositions.java
changeset 20612 4761f3ff7afb
parent 17273 d7ec6654aac9
child 25287 d2440361b323
equal deleted inserted replaced
20611:6c58e0472c6c 20612:4761f3ff7afb
    34  * A position is defined as a simple character offset from the start of a
    34  * A position is defined as a simple character offset from the start of a
    35  * CompilationUnit where the first character is at offset 0.
    35  * CompilationUnit where the first character is at offset 0.
    36  *
    36  *
    37  * @since 1.8
    37  * @since 1.8
    38  */
    38  */
    39 @jdk.Supported
    39 @jdk.Exported
    40 public interface DocSourcePositions extends SourcePositions {
    40 public interface DocSourcePositions extends SourcePositions {
    41 
    41 
    42     /**
    42     /**
    43      * Gets the starting position of the tree within the comment within the file.  If tree is not found within
    43      * Gets the starting position of the tree within the comment within the file.  If tree is not found within
    44      * file, or if the starting position is not available,
    44      * file, or if the starting position is not available,