C# 클래스 Antlr.Runtime.RecognitionException

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

공개 메소드들

메소드 설명
RecognitionException ( ) : Antlr.Runtime.Tree

Used for remote debugger deserialization

RecognitionException ( IIntStream input ) : Antlr.Runtime.Tree
RecognitionException ( IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException ( string message ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, int k ) : Antlr.Runtime.Tree
RecognitionException ( string message, IIntStream input, int k, System.Exception innerException ) : Antlr.Runtime.Tree
RecognitionException ( string message, System.Exception innerException ) : Antlr.Runtime.Tree

보호된 메소드들

메소드 설명
ExtractInformationFromTreeNodeStream ( ITreeNodeStream input ) : void
ExtractInformationFromTreeNodeStream ( ITreeNodeStream input, int k ) : void
RecognitionException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : Antlr.Runtime.Tree

비공개 메소드들

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

메소드 상세

ExtractInformationFromTreeNodeStream() 보호된 메소드

protected ExtractInformationFromTreeNodeStream ( ITreeNodeStream input ) : void
input ITreeNodeStream
리턴 void

ExtractInformationFromTreeNodeStream() 보호된 메소드

protected ExtractInformationFromTreeNodeStream ( ITreeNodeStream input, int k ) : void
input ITreeNodeStream
k int
리턴 void

RecognitionException() 공개 메소드

Used for remote debugger deserialization
public RecognitionException ( ) : Antlr.Runtime.Tree
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( IIntStream input ) : Antlr.Runtime.Tree
input IIntStream
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( IIntStream input, int k ) : Antlr.Runtime.Tree
input IIntStream
k int
리턴 Antlr.Runtime.Tree

RecognitionException() 보호된 메소드

protected RecognitionException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : Antlr.Runtime.Tree
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message ) : Antlr.Runtime.Tree
message string
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message, IIntStream input ) : Antlr.Runtime.Tree
message string
input IIntStream
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message, IIntStream input, System.Exception innerException ) : Antlr.Runtime.Tree
message string
input IIntStream
innerException System.Exception
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message, IIntStream input, int k ) : Antlr.Runtime.Tree
message string
input IIntStream
k int
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message, IIntStream input, int k, System.Exception innerException ) : Antlr.Runtime.Tree
message string
input IIntStream
k int
innerException System.Exception
리턴 Antlr.Runtime.Tree

RecognitionException() 공개 메소드

public RecognitionException ( string message, System.Exception innerException ) : Antlr.Runtime.Tree
message string
innerException System.Exception
리턴 Antlr.Runtime.Tree