isPrecedenceDecision property

bool isPrecedenceDecision
getter/setter pair

Indicates whether this state can benefit from a precedence DFA during SLL decision making.

This is a computed property that is calculated during ATN deserialization and stored for use in [ParserATNSimulator] and [ParserInterpreter].

@see DFA#isPrecedenceDfa()

Implementation

bool isPrecedenceDecision = false;