C# Class CqlSharp.Serialization.Marshal.TypeParser

Afficher le fichier Open project: reuzel/CqlSharp Class Usage Examples

Méthodes publiques

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

Méthode Description
IsBlank ( char c ) : bool
IsIdentifierChar ( char c ) : bool

Method Details

IsEOS() public méthode

public IsEOS ( ) : bool
Résultat bool

Peek() public méthode

public Peek ( ) : char
Résultat char

ReadCqlType() public méthode

public ReadCqlType ( ) : CqlType
Résultat CqlType

ReadNextChar() public méthode

public ReadNextChar ( ) : char
Résultat char

ReadNextIdentifier() public méthode

public ReadNextIdentifier ( bool expandNamespace = true ) : String
expandNamespace bool
Résultat String

SkipBlank() public méthode

public SkipBlank ( ) : void
Résultat void

SkipBlankAndComma() public méthode

Skips the blanks and a single comma.
public SkipBlankAndComma ( ) : bool
Résultat bool

TypeParser() public méthode

public TypeParser ( string typeName ) : System
typeName string
Résultat System