C# Class RTools.Util.WordToken

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

Public Methods

Method 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 method

Constructor with the specified value.
public WordToken ( string s ) : System
s string
return System

WordToken() public method

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