C# Class Antlr.Runtime.MismatchedTreeNodeException

Inheritance: RecognitionException
Afficher le fichier Open project: antlr/antlrcs Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MismatchedTreeNodeException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )

Private Methods

Méthode Description
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void

Method Details

MismatchedTreeNodeException() public méthode

MismatchedTreeNodeException() protected méthode

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

MismatchedTreeNodeException() public méthode

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

MismatchedTreeNodeException() public méthode

public MismatchedTreeNodeException ( string message )
message string

MismatchedTreeNodeException() public méthode

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

MismatchedTreeNodeException() public méthode

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

MismatchedTreeNodeException() public méthode

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 méthode

public ToString ( ) : string
Résultat string