Get the start state for a specific precedence value.
Gets whether this DFA is a precedence DFA. Precedence DFAs use a special start state {@link #s0} which is not stored in {@link #states}. The {@link DFAState#edges} array for this start state contains outgoing edges supplying individual start states corresponding to specific precedence values.
Sets whether this is a precedence DFA.
Set the start state for a specific precedence value.
@uml @override
From which ATN state did we create this DFA?
{@code true} if this DFA is for a precedence decision; otherwise, {@code false}. This is the backing field for {@link #isPrecedenceDfa}.
A set of all DFA states. Use {@link Map} so we can get old state back ({@link Set} only allows you to see if it's there).
A set of DFA states