| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
BailErrorStrategy
Bail out of parser at first syntax error.
|
class |
DefaultErrorStrategy
This is the default error handling mechanism for ANTLR parsers
and tree parsers.
|
| Modifier and Type | Field and Description |
|---|---|
protected ANTLRErrorStrategy |
Parser._errHandler
The error handling strategy for the parser.
|
| Modifier and Type | Method and Description |
|---|---|
ANTLRErrorStrategy |
Parser.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setErrorHandler(ANTLRErrorStrategy handler) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.