Returns the location of the start of this syntax node.
()
| 78 | |
| 79 | /** Returns the location of the start of this syntax node. */ |
| 80 | public final Location getStartLocation() { |
| 81 | return locs.getLocation(getStartOffset()); |
| 82 | } |
| 83 | |
| 84 | /** Returns the char offset of the source position immediately after this syntax node. */ |
| 85 | public abstract int getEndOffset(); |