

Public Member Functions | |
| MismatchedTokenException () | |
| Used for remote debugger deserialization. | |
| MismatchedTokenException (int expecting, IIntStream input) | |
| override string | ToString () |
Properties | |
| int | Expecting [get, set] |
Private Attributes | |
| int | expecting = Runtime.Token.INVALID_TOKEN_TYPE |
Definition at line 44 of file MismatchedTokenException.cs.
| Antlr.Runtime.MismatchedTokenException.MismatchedTokenException | ( | ) |
Used for remote debugger deserialization.
Definition at line 56 of file MismatchedTokenException.cs.
| Antlr.Runtime.MismatchedTokenException.MismatchedTokenException | ( | int | expecting, | |
| IIntStream | input | |||
| ) |
Definition at line 60 of file MismatchedTokenException.cs.
| override string Antlr.Runtime.MismatchedTokenException.ToString | ( | ) |
Reimplemented in Antlr.Runtime.MissingTokenException, and Antlr.Runtime.UnwantedTokenException.
Definition at line 66 of file MismatchedTokenException.cs.
Definition at line 46 of file MismatchedTokenException.cs.
int Antlr.Runtime.MismatchedTokenException.Expecting [get, set] |
Definition at line 48 of file MismatchedTokenException.cs.
1.5.5