C# 클래스 Antlr.Runtime.MismatchedTokenException

상속: RecognitionException
파일 보기 프로젝트 열기: antlr/antlrcs 1 사용 예제들

공개 메소드들

메소드 설명
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