Méthode | Description | |
---|---|---|
Recover ( Parser recognizer, |
Instead of recovering from exception e , re-throw it wrapped in a ParseCanceledException so it is not caught by the rule function catches. Use System.Exception.InnerException() to get the original RecognitionException .
|
|
RecoverInline ( Parser recognizer ) : IToken |
Make sure we don't attempt to recover inline; if the parser successfully recovers, it won't throw an exception. Make sure we don't attempt to recover inline; if the parser successfully recovers, it won't throw an exception. |
|
Sync ( Parser recognizer ) : void |
Make sure we don't attempt to recover from problems in subrules. Make sure we don't attempt to recover from problems in subrules. |
public Recover ( Parser recognizer, |
||
recognizer | Parser | |
e | ||
Résultat | void |
public RecoverInline ( Parser recognizer ) : IToken | ||
recognizer | Parser | |
Résultat | IToken |