Sets position of @-token, or -1
(int atPos)
| 66 | |
| 67 | /** Sets position of {@code @}-token, or -1 */ |
| 68 | public void setAtPos(int atPos) { |
| 69 | this.atPos = atPos; |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Returns position of {@code ::} token, or -1 if not present. It will only be present if the |
no outgoing calls
no test coverage detected