C# 클래스 Antlr.Runtime.MismatchedTreeNodeException

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

공개 메소드들

메소드 설명
MismatchedTreeNodeException ( )
MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
MismatchedTreeNodeException ( string message )
MismatchedTreeNodeException ( string message, System.Exception innerException )
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException )
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

MismatchedTreeNodeException() 공개 메소드

MismatchedTreeNodeException() 보호된 메소드

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

MismatchedTreeNodeException() 공개 메소드

public MismatchedTreeNodeException ( int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream

MismatchedTreeNodeException() 공개 메소드

public MismatchedTreeNodeException ( string message )
message string

MismatchedTreeNodeException() 공개 메소드

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

MismatchedTreeNodeException() 공개 메소드

public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input )
message string
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream

MismatchedTreeNodeException() 공개 메소드

public MismatchedTreeNodeException ( string message, int expecting, Antlr.Runtime.Tree.ITreeNodeStream input, System.Exception innerException )
message string
expecting int
input Antlr.Runtime.Tree.ITreeNodeStream
innerException System.Exception

ToString() 공개 메소드

public ToString ( ) : string
리턴 string