C# 클래스 Kiwi.Json.Util.AbstractTextMatcher

파일 보기 프로젝트 열기: jlarsson/Kiwi.Json

공개 프로퍼티들

프로퍼티 타입 설명
Eof char

공개 메소드들

메소드 설명
CreateExpectedException ( object expectedWhat ) : Exception
Match ( char c ) : void
Match ( string s ) : void
MatchAnyChar ( ) : char
MatchIdent ( string expectedWhat ) : string
MatchString ( ) : string
MatchUntil ( char c ) : string
PeekNextChar ( ) : int
TryMatch ( char c ) : bool

보호된 메소드들

메소드 설명
AbstractTextMatcher ( ) : System
ParseHexCharValue ( ) : int
ParseUnicodeHexEncoding ( ) : char
Read ( ) : int

메소드 상세

AbstractTextMatcher() 보호된 메소드

protected AbstractTextMatcher ( ) : System
리턴 System

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

public abstract CreateExpectedException ( object expectedWhat ) : Exception
expectedWhat object
리턴 System.Exception

Match() 공개 메소드

public Match ( char c ) : void
c char
리턴 void

Match() 공개 메소드

public Match ( string s ) : void
s string
리턴 void

MatchAnyChar() 공개 메소드

public MatchAnyChar ( ) : char
리턴 char

MatchIdent() 공개 메소드

public MatchIdent ( string expectedWhat ) : string
expectedWhat string
리턴 string

MatchString() 공개 메소드

public MatchString ( ) : string
리턴 string

MatchUntil() 공개 메소드

public MatchUntil ( char c ) : string
c char
리턴 string

ParseHexCharValue() 보호된 메소드

protected ParseHexCharValue ( ) : int
리턴 int

ParseUnicodeHexEncoding() 보호된 메소드

protected ParseUnicodeHexEncoding ( ) : char
리턴 char

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

public abstract PeekNextChar ( ) : int
리턴 int

Read() 보호된 추상적인 메소드

protected abstract Read ( ) : int
리턴 int

TryMatch() 공개 메소드

public TryMatch ( char c ) : bool
c char
리턴 bool

프로퍼티 상세

Eof 공개적으로 정적으로 프로퍼티

public static char Eof
리턴 char