LR1ConflictResolver.noteHaltConflictOn

Notifies that there is a parser conflict at state <code>state</code> whether to halt or to reduce an <code>alternative</code> (the underlying grammar being understood). This indicates an ambiguity of the grammar. @param alternative @param state

interface LR1ConflictResolver
void
noteHaltConflictOn

Meta