EOF constant

int const EOF

The value returned by {@link #LA LA()} when the end of the stream is reached.

Implementation

static const int EOF = -1;