C# Class Cottle.Parsers.Default.LexemState

ファイルを表示 Open project: r3c/cottle Class Usage Examples

Public Methods

Method Description
Follow ( char character ) : LexemState
Store ( LexemType type, string content ) : bool

Method Details

Follow() public method

public Follow ( char character ) : LexemState
character char
return LexemState

Store() public method

public Store ( LexemType type, string content ) : bool
type LexemType
content string
return bool