matchedEOF property

bool matchedEOF
getter/setter pair

Indicates parser has match()ed EOF token. See {@link #exitRule()}. */

Implementation

bool matchedEOF = false;