Returns the node's start offset, as a char index (zero-based count of UTF-16 codes) from the start of the file.
()
| 75 | * start of the file. |
| 76 | */ |
| 77 | public abstract int getStartOffset(); |
| 78 | |
| 79 | /** Returns the location of the start of this syntax node. */ |
| 80 | public final Location getStartLocation() { |
no outgoing calls