Returns the char offset of the source position immediately after this syntax node.
()
| 83 | |
| 84 | /** Returns the char offset of the source position immediately after this syntax node. */ |
| 85 | public abstract int getEndOffset(); |
| 86 | |
| 87 | /** Returns the location of the source position immediately after this syntax node. */ |
| 88 | public final Location getEndLocation() { |
no outgoing calls