invocations property

int invocations
getter/setter pair

The total number of times {@link ParserATNSimulator#adaptivePredict} was invoked for this decision.

Implementation

int invocations = 0;