C# Class CqlSharp.Serialization.Marshal.TypeParser

显示文件 Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
IsEOS ( ) : bool
Peek ( ) : char
ReadCqlType ( ) : CqlType
ReadNextChar ( ) : char
ReadNextIdentifier ( bool expandNamespace = true ) : String
SkipBlank ( ) : void
SkipBlankAndComma ( ) : bool

Skips the blanks and a single comma.

TypeParser ( string typeName ) : System

Private Methods

Method Description
IsBlank ( char c ) : bool
IsIdentifierChar ( char c ) : bool

Method Details

IsEOS() public method

public IsEOS ( ) : bool
return bool

Peek() public method

public Peek ( ) : char
return char

ReadCqlType() public method

public ReadCqlType ( ) : CqlType
return CqlType

ReadNextChar() public method

public ReadNextChar ( ) : char
return char

ReadNextIdentifier() public method

public ReadNextIdentifier ( bool expandNamespace = true ) : String
expandNamespace bool
return String

SkipBlank() public method

public SkipBlank ( ) : void
return void

SkipBlankAndComma() public method

Skips the blanks and a single comma.
public SkipBlankAndComma ( ) : bool
return bool

TypeParser() public method

public TypeParser ( string typeName ) : System
typeName string
return System