C# Class MonoGdx.Utils.Json.Parser

Inheritance: IDisposable
显示文件 Open project: jaquadro/MonoGdx

Public Methods

Method Description
Dispose ( ) : void
Parse ( TextReader reader ) : object

Private Methods

Method Description
EatWhitespace ( ) : void
NextChar ( ) : char
NextToken ( ) : TOKEN
NextWord ( ) : string
ParseArray ( ) : List
ParseByToken ( TOKEN token ) : object
ParseNumber ( ) : object
ParseObject ( ) : object>.Dictionary
ParseString ( ) : string
ParseValue ( ) : object
Parser ( TextReader reader ) : System
PeekChar ( ) : char

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Parse() public static method

public static Parse ( TextReader reader ) : object
reader TextReader
return object