| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BailErrorStrategy
This implementation of
ANTLRErrorStrategy responds to syntax errors
by immediately canceling the parse operation with a
ParseCancellationException. |
class |
DefaultErrorStrategy
This is the default implementation of
ANTLRErrorStrategy used for
error reporting and recovery in ANTLR parsers. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ANTLRErrorStrategy |
Parser._errHandler
The error handling strategy for the parser.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ANTLRErrorStrategy |
Parser.getErrorHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Parser.setErrorHandler(ANTLRErrorStrategy handler) |
Copyright © 1992–2022 Daniel Sun. All rights reserved.