

Public Member Functions | |
| MismatchedTokenException () | |
| MismatchedTokenException (int expecting, IntStream input) | |
| String | toString () |
Public Attributes | |
| int | expecting = Token.INVALID_TOKEN_TYPE |
Definition at line 31 of file MismatchedTokenException.java.
| org.antlr.runtime.MismatchedTokenException.MismatchedTokenException | ( | ) |
Used for remote debugger deserialization
Definition at line 35 of file MismatchedTokenException.java.
| org.antlr.runtime.MismatchedTokenException.MismatchedTokenException | ( | int | expecting, | |
| IntStream | input | |||
| ) |
Definition at line 37 of file MismatchedTokenException.java.
| String org.antlr.runtime.MismatchedTokenException.toString | ( | ) |
Reimplemented in org.antlr.runtime.MissingTokenException, and org.antlr.runtime.UnwantedTokenException.
Definition at line 42 of file MismatchedTokenException.java.
Definition at line 32 of file MismatchedTokenException.java.
1.5.5