C# Class Mono.JavaScript.Node.Debugger.ResultData

Inheritance: IEnumerable
Afficher le fichier Open project: atsushieno/md-typescript Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ReadResults ( string str, int pos ) : void

Private Methods

Méthode Description
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

Method Details

GetAllValues() public méthode

public GetAllValues ( string name ) : object[]
name string
Résultat object[]

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetInt() public méthode

public GetInt ( string name ) : int
name string
Résultat int

GetObject() public méthode

public GetObject ( int index ) : ResultData
index int
Résultat ResultData

GetObject() public méthode

public GetObject ( string name ) : ResultData
name string
Résultat ResultData

GetValue() public méthode

public GetValue ( int index ) : string
index int
Résultat string

GetValue() public méthode

public GetValue ( string name ) : string
name string
Résultat string

ReadResults() protected méthode

protected ReadResults ( string str, int pos ) : void
str string
pos int
Résultat void