C# Class Antlr.Runtime.MismatchedTokenException

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

Méthodes publiques

Méthode Description
MismatchedTokenException ( ) : System.Collections.Generic
MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic
MismatchedTokenException ( int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
MismatchedTokenException ( string message ) : System.Collections.Generic
MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames, System.Exception innerException ) : System.Collections.Generic
ToString ( ) : string

Méthodes protégées

Méthode Description
MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic

Private Methods

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

Method Details

MismatchedTokenException() public méthode

public MismatchedTokenException ( ) : System.Collections.Generic
Résultat System.Collections.Generic

MismatchedTokenException() protected méthode

protected MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic
expecting int
input IIntStream
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
expecting int
input IIntStream
tokenNames IList
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( string message ) : System.Collections.Generic
message string
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
message string
innerException System.Exception
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
message string
expecting int
input IIntStream
tokenNames IList
Résultat System.Collections.Generic

MismatchedTokenException() public méthode

public MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames, System.Exception innerException ) : System.Collections.Generic
message string
expecting int
input IIntStream
tokenNames IList
innerException System.Exception
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string