Set the start state for a specific precedence value.
@param precedence The current precedence. @param startState The start state corresponding to the specified precedence.
@throws IllegalStateException if this is not a precedence DFA. @see #isPrecedenceDfa() @uml @final
See Implementation
Set the start state for a specific precedence value.
@param precedence The current precedence. @param startState The start state corresponding to the specified precedence.
@throws IllegalStateException if this is not a precedence DFA. @see #isPrecedenceDfa() @uml @final