C# 클래스 Antlr.Runtime.MismatchedSetException

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

공개 메소드들

메소드 설명
MismatchedSetException ( )
MismatchedSetException ( BitSet expecting, IIntStream input )
MismatchedSetException ( string message )
MismatchedSetException ( string message, BitSet expecting, IIntStream input )
MismatchedSetException ( string message, BitSet expecting, IIntStream input, System.Exception innerException )
MismatchedSetException ( string message, System.Exception innerException )
ToString ( ) : string

보호된 메소드들

메소드 설명
MismatchedSetException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )

비공개 메소드들

메소드 설명
GetObjectData ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : void

메소드 상세

MismatchedSetException() 공개 메소드

MismatchedSetException() 공개 메소드

public MismatchedSetException ( BitSet expecting, IIntStream input )
expecting BitSet
input IIntStream

MismatchedSetException() 보호된 메소드

protected MismatchedSetException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext

MismatchedSetException() 공개 메소드

public MismatchedSetException ( string message )
message string

MismatchedSetException() 공개 메소드

public MismatchedSetException ( string message, BitSet expecting, IIntStream input )
message string
expecting BitSet
input IIntStream

MismatchedSetException() 공개 메소드

public MismatchedSetException ( string message, BitSet expecting, IIntStream input, System.Exception innerException )
message string
expecting BitSet
input IIntStream
innerException System.Exception

MismatchedSetException() 공개 메소드

public MismatchedSetException ( string message, System.Exception innerException )
message string
innerException System.Exception

ToString() 공개 메소드

public ToString ( ) : string
리턴 string