C# Class RTools.Util.QuoteToken

Token type for Quotes such as "this is a quote".
Inheritance: StringToken
显示文件 Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
QuoteToken ( string s ) : System

Constructor with the specified value.

QuoteToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

QuoteToken() public method

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

QuoteToken() public method

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