org.chromium.sdk/src/org/chromium/sdk/Script.java
changeset 355 8726e95bcbba
parent 2 e4420d2515f1
equal deleted inserted replaced
354:0bceeb415e7f 355:8726e95bcbba
    42    */
    42    */
    43   long getId();
    43   long getId();
    44 
    44 
    45   /**
    45   /**
    46    * @return the start line of this script in the original document
    46    * @return the start line of this script in the original document
    47    *         (zero-based), inclusive
    47    *         (zero-based)
    48    */
    48    */
    49   int getStartLine();
    49   int getStartLine();
       
    50 
       
    51   /**
       
    52    * @return the start column of this script in the original document
       
    53    *         (zero-based)
       
    54    */
       
    55   int getStartColumn();
    50 
    56 
    51   /**
    57   /**
    52    * @return the end line of this script in the original document (zero-based),
    58    * @return the end line of this script in the original document (zero-based),
    53    *         inclusive
    59    *         inclusive
    54    */
    60    */