C# Class Alsing.Text.Tokenizer

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddPattern ( IPatternMatcher matcher, bool caseSensitive, bool needsSeparators ) : Tokenizer
AddToken ( string token, bool caseSensitive, bool needsSeparators ) : Tokenizer
MakeImmutable ( ) : void
Tokenize ( ) : Alsing.Text.Token[]
Tokenizer ( ) : System

Private Methods

Méthode Description
ThrowIfImmutable ( ) : void

Method Details

AddPattern() public méthode

public AddPattern ( IPatternMatcher matcher, bool caseSensitive, bool needsSeparators ) : Tokenizer
matcher IPatternMatcher
caseSensitive bool
needsSeparators bool
Résultat Tokenizer

AddToken() public méthode

public AddToken ( string token, bool caseSensitive, bool needsSeparators ) : Tokenizer
token string
caseSensitive bool
needsSeparators bool
Résultat Tokenizer

MakeImmutable() public méthode

public MakeImmutable ( ) : void
Résultat void

Tokenize() public méthode

public Tokenize ( ) : Alsing.Text.Token[]
Résultat Alsing.Text.Token[]

Tokenizer() public méthode

public Tokenizer ( ) : System
Résultat System