C# Class Cottle.Parsers.Default.LexemState

Afficher le fichier Open project: r3c/cottle Class Usage Examples

Méthodes publiques

Méthode Description
Follow ( char character ) : LexemState
Store ( LexemType type, string content ) : bool

Method Details

Follow() public méthode

public Follow ( char character ) : LexemState
character char
Résultat LexemState

Store() public méthode

public Store ( LexemType type, string content ) : bool
type LexemType
content string
Résultat bool