C# Class RTools.Util.WordToken

Token type for words, meaning sequences of word characters.
Inheritance: StringToken
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
WordToken ( string s ) : System

Constructor with the specified value.

WordToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

WordToken() public méthode

Constructor with the specified value.
public WordToken ( string s ) : System
s string
Résultat System

WordToken() public méthode

Constructor with the specified value and line number.
public WordToken ( string s, int line ) : System
s string
line int
Résultat System