C# 클래스 Mono.JavaScript.Node.Debugger.ResultData

상속: IEnumerable
파일 보기 프로젝트 열기: atsushieno/md-typescript 1 사용 예제들

공개 메소드들

메소드 설명
GetAllValues ( string name ) : object[]
GetEnumerator ( ) : IEnumerator
GetInt ( string name ) : int
GetObject ( int index ) : ResultData
GetObject ( string name ) : ResultData
GetValue ( int index ) : string
GetValue ( string name ) : string

보호된 메소드들

메소드 설명
ReadResults ( string str, int pos ) : void

비공개 메소드들

메소드 설명
ReadArray ( string str, int &pos ) : ResultData
ReadChar ( string str, int &pos, char c ) : void
ReadResult ( string str, int &pos, string &name, object &value ) : void
ReadString ( string str, char term, int &pos ) : string
ReadTuple ( string str, int &pos, ResultData data ) : void
ReadValue ( string str, int &pos ) : object
ThrownParseError ( string str, int pos ) : void
TryReadChar ( string str, int &pos, char c ) : bool

메소드 상세

GetAllValues() 공개 메소드

public GetAllValues ( string name ) : object[]
name string
리턴 object[]

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetInt() 공개 메소드

public GetInt ( string name ) : int
name string
리턴 int

GetObject() 공개 메소드

public GetObject ( int index ) : ResultData
index int
리턴 ResultData

GetObject() 공개 메소드

public GetObject ( string name ) : ResultData
name string
리턴 ResultData

GetValue() 공개 메소드

public GetValue ( int index ) : string
index int
리턴 string

GetValue() 공개 메소드

public GetValue ( string name ) : string
name string
리턴 string

ReadResults() 보호된 메소드

protected ReadResults ( string str, int pos ) : void
str string
pos int
리턴 void