Lines Matching refs:NOPOS
36 * a file. Negative values (except {@link #NOPOS}) are not valid
40 * {@link #NOPOS}) and 0 are not valid line or column numbers.
83 public final static long NOPOS = -1;
110 * #NOPOS} if {@link #getSource()} would return {@code null} or if
120 * @return offset from beginning of file; {@link #NOPOS} if and
121 * only if {@link #getPosition()} returns {@link #NOPOS}
130 * @return offset from beginning of file; {@link #NOPOS} if and
131 * only if {@link #getPosition()} returns {@link #NOPOS}
139 * @return a line number or {@link #NOPOS} if and only if {@link
140 * #getPosition()} returns {@link #NOPOS}
148 * @return a column number or {@link #NOPOS} if and only if {@link
149 * #getPosition()} returns {@link #NOPOS}