Returns the location of the source position immediately after this syntax node.
()
| 86 | |
| 87 | /** Returns the location of the source position immediately after this syntax node. */ |
| 88 | public final Location getEndLocation() { |
| 89 | return locs.getLocation(getEndOffset()); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Returns a pretty-printed representation of this syntax tree. |