C# 클래스 Rhino.Ast.ParseProblem

Encapsulates information for a JavaScript parse error or warning.
Encapsulates information for a JavaScript parse error or warning.
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetFileOffset ( ) : int
GetLength ( ) : int
GetMessage ( ) : string
GetSourceName ( ) : string
GetType ( ) : ParseProblem.Type
ParseProblem ( ParseProblem type, string message, string sourceName, int offset, int length ) : System.Text

Constructs a new ParseProblem.

Constructs a new ParseProblem.

SetFileOffset ( int offset ) : void
SetLength ( int length ) : void
SetMessage ( string msg ) : void
SetSourceName ( string name ) : void
SetType ( ParseProblem type ) : void
ToString ( ) : string

메소드 상세

GetFileOffset() 공개 메소드

public GetFileOffset ( ) : int
리턴 int

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

GetSourceName() 공개 메소드

public GetSourceName ( ) : string
리턴 string

GetType() 공개 메소드

public GetType ( ) : ParseProblem.Type
리턴 ParseProblem.Type

ParseProblem() 공개 메소드

Constructs a new ParseProblem.
Constructs a new ParseProblem.
public ParseProblem ( ParseProblem type, string message, string sourceName, int offset, int length ) : System.Text
type ParseProblem
message string
sourceName string
offset int
length int
리턴 System.Text

SetFileOffset() 공개 메소드

public SetFileOffset ( int offset ) : void
offset int
리턴 void

SetLength() 공개 메소드

public SetLength ( int length ) : void
length int
리턴 void

SetMessage() 공개 메소드

public SetMessage ( string msg ) : void
msg string
리턴 void

SetSourceName() 공개 메소드

public SetSourceName ( string name ) : void
name string
리턴 void

SetType() 공개 메소드

public SetType ( ParseProblem type ) : void
type ParseProblem
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string