C# 클래스 Tup.Cobar4Net.Route.Hint.HintParser

Stateless
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

공개 메소드들

메소드 설명
Process ( CobarHint hint, string hintName, string sql ) : void

hint's CobarHint.GetCurrentIndex() will be changed to index of next char after process

보호된 메소드들

메소드 설명
CurrentChar ( CobarHint hint, string sql ) : char
IsDigit ( char c ) : bool
NextChar ( CobarHint hint, string sql ) : char

current char is not separator

ParsePrimary ( CobarHint hint, string sql ) : object

비공개 메소드들

메소드 설명
SkipSpace ( CobarHint hint, string sql ) : void

메소드 상세

CurrentChar() 보호된 메소드

protected CurrentChar ( CobarHint hint, string sql ) : char
hint CobarHint
sql string
리턴 char

IsDigit() 보호된 정적인 메소드

protected static IsDigit ( char c ) : bool
c char
리턴 bool

NextChar() 보호된 메소드

current char is not separator
protected NextChar ( CobarHint hint, string sql ) : char
hint CobarHint
sql string
리턴 char

ParsePrimary() 보호된 메소드

protected ParsePrimary ( CobarHint hint, string sql ) : object
hint CobarHint
sql string
리턴 object

Process() 공개 추상적인 메소드

hint's CobarHint.GetCurrentIndex() will be changed to index of next char after process
public abstract Process ( CobarHint hint, string hintName, string sql ) : void
hint CobarHint
hintName string
sql string
리턴 void