

Public Member Functions | |
| MismatchedSetException () | |
| MismatchedSetException (BitSet expecting, IntStream input) | |
| String | toString () |
Public Attributes | |
| BitSet | expecting |
Definition at line 30 of file MismatchedSetException.java.
| org.antlr.runtime.MismatchedSetException.MismatchedSetException | ( | ) |
Used for remote debugger deserialization
Definition at line 34 of file MismatchedSetException.java.
| org.antlr.runtime.MismatchedSetException.MismatchedSetException | ( | BitSet | expecting, | |
| IntStream | input | |||
| ) |
Definition at line 36 of file MismatchedSetException.java.
| String org.antlr.runtime.MismatchedSetException.toString | ( | ) |
Reimplemented in org.antlr.runtime.MismatchedNotSetException.
Definition at line 41 of file MismatchedSetException.java.
Definition at line 31 of file MismatchedSetException.java.
1.5.5