C# Class RTools.Util.CommentToken

Token type for comments, including line and block comments.
Inheritance: StringToken
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
CommentToken ( string s ) : System

Constructor with the specified value.

CommentToken ( string s, int line ) : System

Constructor with the specified value and line number.

Method Details

CommentToken() public method

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

CommentToken() public method

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