C# Class Antlr.Runtime.MismatchedTokenException

Inheritance: RecognitionException
ファイルを表示 Open project: antlr/antlrcs Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

MismatchedTokenException() public method

public MismatchedTokenException ( ) : System.Collections.Generic
return System.Collections.Generic

MismatchedTokenException() protected method

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
return System.Collections.Generic

MismatchedTokenException() public method

public MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic
expecting int
input IIntStream
return System.Collections.Generic

MismatchedTokenException() public method

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

MismatchedTokenException() public method

public MismatchedTokenException ( string message ) : System.Collections.Generic
message string
return System.Collections.Generic

MismatchedTokenException() public method

public MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
message string
innerException System.Exception
return System.Collections.Generic

MismatchedTokenException() public method

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

MismatchedTokenException() public method

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
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string