Package org.apache.groovy.parser.antlr4.internal
package org.apache.groovy.parser.antlr4.internal
Internal utilities for the ANTLR4 (Parrot) parser: ATN management, friendly
error strategies (
DescriptiveErrorStrategy fail-fast,
RecoveringDescriptiveErrorStrategy multi-error), and related diagnostics.-
ClassesClassDescriptionFail-fast parser error strategy with friendly diagnostics (default Parrot mode).Recovering parser error strategy with the same friendly diagnostics as
DescriptiveErrorStrategy.