C# Класс Antlr.Runtime.MismatchedTokenException

Наследование: RecognitionException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
MismatchedTokenException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System.Collections.Generic

Приватные методы

Метод Описание
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void

Описание методов

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( ) : System.Collections.Generic
Результат System.Collections.Generic

MismatchedTokenException() защищенный Метод

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
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( int expecting, IIntStream input ) : System.Collections.Generic
expecting int
input IIntStream
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
expecting int
input IIntStream
tokenNames IList
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( string message ) : System.Collections.Generic
message string
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( string message, System.Exception innerException ) : System.Collections.Generic
message string
innerException System.Exception
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

public MismatchedTokenException ( string message, int expecting, IIntStream input, IList tokenNames ) : System.Collections.Generic
message string
expecting int
input IIntStream
tokenNames IList
Результат System.Collections.Generic

MismatchedTokenException() публичный Метод

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
Результат System.Collections.Generic

ToString() публичный Метод

public ToString ( ) : string
Результат string