C# Class Kiwi.Json.Util.AbstractStringMatcher

Inheritance: AbstractTextMatcher
显示文件 Open project: jlarsson/Kiwi.Json

Public Methods

Method Description
PeekNextChar ( ) : int

Protected Methods

Method Description
AbstractStringMatcher ( string source )
Read ( ) : int

Method Details

AbstractStringMatcher() protected method

protected AbstractStringMatcher ( string source )
source string

PeekNextChar() public method

public PeekNextChar ( ) : int
return int

Read() protected method

protected Read ( ) : int
return int