C# Class RTools.Util.WhitespaceToken

Token type for whitespace such as spaces and tabs.
Inheritance: StringToken
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
WhitespaceToken ( string s ) : System

Constructor with the specified value.

WhitespaceToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

WhitespaceToken() public method

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

WhitespaceToken() public method

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