C# Class Dev2.Common.Dev2TokenizerBuilder

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
AddEoFOp ( ) : void
AddIndexOp ( int index ) : void
AddTokenOp ( string token, bool returnToken ) : void
AddTokenOp ( string token, bool returnToken, string escape ) : void
Generate ( ) : IDev2Tokenizer

Method Details

AddEoFOp() public méthode

public AddEoFOp ( ) : void
Résultat void

AddIndexOp() public méthode

public AddIndexOp ( int index ) : void
index int
Résultat void

AddTokenOp() public méthode

public AddTokenOp ( string token, bool returnToken ) : void
token string
returnToken bool
Résultat void

AddTokenOp() public méthode

public AddTokenOp ( string token, bool returnToken, string escape ) : void
token string
returnToken bool
escape string
Résultat void

Generate() public méthode

public Generate ( ) : IDev2Tokenizer
Résultat IDev2Tokenizer