EPSILON constant

int const EPSILON

During lookahead operations, this "token" signifies we hit rule end ATN state and did not follow it despite needing to.

Implementation

static const int EPSILON = -2;