Lines Matching refs:TT_EOF
57 * it returns the value <code>TT_EOF</code>.
61 * @see java.io.StreamTokenizer#TT_EOF
114 * <li><code>TT_EOF</code> indicates that the end of the input stream
123 * @see java.io.StreamTokenizer#TT_EOF
133 public static final int TT_EOF = -1;
516 * calling nextToken to parse successive tokens until TT_EOF
539 return ttype = TT_EOF;
546 return ttype = TT_EOF;
576 return ttype = TT_EOF;
724 return ttype = TT_EOF;
796 case TT_EOF: