C# Class Antlr.Runtime.MismatchedTreeNodeException

Inheritance: RecognitionException
Datei anzeigen Open project: antlr/antlrcs Class Usage Examples

Public Methods

Method Description
MismatchedTreeNodeException ( )
MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
MismatchedTreeNodeException ( string message )
MismatchedTreeNodeException ( string message, System.Exception innerException )
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException )
ToString ( ) : string

Protected Methods

Method Description
MismatchedTreeNodeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )

Private Methods

Method Description
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void

Method Details

MismatchedTreeNodeException() public method

MismatchedTreeNodeException() protected method

protected MismatchedTreeNodeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext

MismatchedTreeNodeException() public method

public MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream

MismatchedTreeNodeException() public method

public MismatchedTreeNodeException ( string message )
message string

MismatchedTreeNodeException() public method

public MismatchedTreeNodeException ( string message, System.Exception innerException )
message string
innerException System.Exception

MismatchedTreeNodeException() public method

public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
message string
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream

MismatchedTreeNodeException() public method

public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException )
message string
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream
innerException System.Exception

ToString() public method

public ToString ( ) : string
return string