C# Class Kiwi.Json.Util.AbstractTextMatcher

Afficher le fichier Open project: jlarsson/Kiwi.Json

Méthodes publiques

Свойство Type Description
Eof char

Méthodes publiques

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

Méthodes protégées

Méthode Description
AbstractTextMatcher ( ) : System
ParseHexCharValue ( ) : int
ParseUnicodeHexEncoding ( ) : char
Read ( ) : int

Method Details

AbstractTextMatcher() protected méthode

protected AbstractTextMatcher ( ) : System
Résultat System

CreateExpectedException() public abstract méthode

public abstract CreateExpectedException ( object expectedWhat ) : Exception
expectedWhat object
Résultat System.Exception

Match() public méthode

public Match ( char c ) : void
c char
Résultat void

Match() public méthode

public Match ( string s ) : void
s string
Résultat void

MatchAnyChar() public méthode

public MatchAnyChar ( ) : char
Résultat char

MatchIdent() public méthode

public MatchIdent ( string expectedWhat ) : string
expectedWhat string
Résultat string

MatchString() public méthode

public MatchString ( ) : string
Résultat string

MatchUntil() public méthode

public MatchUntil ( char c ) : string
c char
Résultat string

ParseHexCharValue() protected méthode

protected ParseHexCharValue ( ) : int
Résultat int

ParseUnicodeHexEncoding() protected méthode

protected ParseUnicodeHexEncoding ( ) : char
Résultat char

PeekNextChar() public abstract méthode

public abstract PeekNextChar ( ) : int
Résultat int

Read() protected abstract méthode

protected abstract Read ( ) : int
Résultat int

TryMatch() public méthode

public TryMatch ( char c ) : bool
c char
Résultat bool

Property Details

Eof public_oe static_oe property

public static char Eof
Résultat char