

Public Member Functions | |
| MismatchedTreeNodeException () | |
| MismatchedTreeNodeException (int expecting, TreeNodeStream input) | |
| override string | ToString () |
Public Attributes | |
| int | expecting |
Definition at line 42 of file MismatchedTreeNodeException.cs.
| Antlr.Runtime.MismatchedTreeNodeException.MismatchedTreeNodeException | ( | ) |
Definition at line 46 of file MismatchedTreeNodeException.cs.
| Antlr.Runtime.MismatchedTreeNodeException.MismatchedTreeNodeException | ( | int | expecting, | |
| TreeNodeStream | input | |||
| ) |
Definition at line 50 of file MismatchedTreeNodeException.cs.
| override string Antlr.Runtime.MismatchedTreeNodeException.ToString | ( | ) |
Definition at line 56 of file MismatchedTreeNodeException.cs.
Definition at line 44 of file MismatchedTreeNodeException.cs.
1.5.5