C# Class Antlr.Runtime.RecognitionException

Inheritance: System.Exception
Afficher le fichier Open project: antlr/antlrcs Class Usage Examples

Méthodes publiques

Méthode Description
RecognitionException ( ) : Antlr.Runtime.Tree

Used for remote debugger deserialization

RecognitionException ( IIntStream input ) : Antlr.Runtime.Tree
RecognitionException ( IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException ( string message ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, int k, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException ( string message, System.Exception innerException ) : Antlr.Runtime.Tree

Méthodes protégées

Méthode Description
ExtractInformationFromTreeNodeStream ( ITreeNodeStream input ) : void
ExtractInformationFromTreeNodeStream ( ITreeNodeStream input, int k ) : void
RecognitionException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : Antlr.Runtime.Tree

Private Methods

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

Method Details

ExtractInformationFromTreeNodeStream() protected méthode

protected ExtractInformationFromTreeNodeStream ( ITreeNodeStream input ) : void
input ITreeNodeStream
Résultat void

ExtractInformationFromTreeNodeStream() protected méthode

protected ExtractInformationFromTreeNodeStream ( ITreeNodeStream input, int k ) : void
input ITreeNodeStream
k int
Résultat void

RecognitionException() public méthode

Used for remote debugger deserialization
public RecognitionException ( ) : Antlr.Runtime.Tree
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( IIntStream input ) : Antlr.Runtime.Tree
input IIntStream
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( IIntStream input, int k ) : Antlr.Runtime.Tree
input IIntStream
k int
Résultat Antlr.Runtime.Tree

RecognitionException() protected méthode

protected RecognitionException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : Antlr.Runtime.Tree
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message ) : Antlr.Runtime.Tree
message string
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message, IIntStream input ) : Antlr.Runtime.Tree
message string
input IIntStream
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message, IIntStream input, System.Exception innerException ) : Antlr.Runtime.Tree
message string
input IIntStream
innerException System.Exception
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message, IIntStream input, int k ) : Antlr.Runtime.Tree
message string
input IIntStream
k int
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message, IIntStream input, int k, System.Exception innerException ) : Antlr.Runtime.Tree
message string
input IIntStream
k int
innerException System.Exception
Résultat Antlr.Runtime.Tree

RecognitionException() public méthode

public RecognitionException ( string message, System.Exception innerException ) : Antlr.Runtime.Tree
message string
innerException System.Exception
Résultat Antlr.Runtime.Tree