ParseInfo.getTotalATNLookaheadOps

Gets the total number of ATN lookahead operations for SLL and LL prediction across all decisions made during parsing.

<p> This value is the sum of {@link #getTotalSLLATNLookaheadOps} and {@link #getTotalLLATNLookaheadOps}.</p>

class ParseInfo
long
getTotalATNLookaheadOps
()

Meta