DFA.precedenceDfa

{@code true} if this DFA is for a precedence decision; otherwise, {@code false}. This is the backing field for {@link #isPrecedenceDfa}.

class DFA
bool precedenceDfa;

Meta