langtools/src/share/classes/com/sun/source/util/SourcePositions.java
changeset 20612 4761f3ff7afb
parent 17273 d7ec6654aac9
child 25287 d2440361b323
equal deleted inserted replaced
20611:6c58e0472c6c 20612:4761f3ff7afb
    33  * CompilationUnit where the first character is at offset 0.
    33  * CompilationUnit where the first character is at offset 0.
    34  *
    34  *
    35  * @author Peter von der Ahé
    35  * @author Peter von der Ahé
    36  * @since 1.6
    36  * @since 1.6
    37  */
    37  */
    38 @jdk.Supported
    38 @jdk.Exported
    39 public interface SourcePositions {
    39 public interface SourcePositions {
    40 
    40 
    41     /**
    41     /**
    42      * Gets the starting position of tree within file.  If tree is not found within
    42      * Gets the starting position of tree within file.  If tree is not found within
    43      * file, or if the starting position is not available,
    43      * file, or if the starting position is not available,