C# 클래스 CqlSharp.Serialization.Marshal.TypeParser

파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsBlank ( char c ) : bool
IsIdentifierChar ( char c ) : bool

메소드 상세

IsEOS() 공개 메소드

public IsEOS ( ) : bool
리턴 bool

Peek() 공개 메소드

public Peek ( ) : char
리턴 char

ReadCqlType() 공개 메소드

public ReadCqlType ( ) : CqlType
리턴 CqlType

ReadNextChar() 공개 메소드

public ReadNextChar ( ) : char
리턴 char

ReadNextIdentifier() 공개 메소드

public ReadNextIdentifier ( bool expandNamespace = true ) : String
expandNamespace bool
리턴 String

SkipBlank() 공개 메소드

public SkipBlank ( ) : void
리턴 void

SkipBlankAndComma() 공개 메소드

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

TypeParser() 공개 메소드

public TypeParser ( string typeName ) : System
typeName string
리턴 System