C# Class RTools.Util.CharToken

Token type for characters, meaning non-word characters.
Inheritance: Token
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
CharToken ( char c ) : System

Constructor with the specified value.

CharToken ( char c, int line ) : System

Constructor with the specified value.

CharToken ( string s, int line ) : System

Constructor with the specified value and line number.

Equals ( object other ) : bool

Override, see base Token

GetHashCode ( ) : int

Override, see base Token

ToDebugString ( ) : string

Override, see base Token

ToString ( ) : string

Override, see base Token

Method Details

CharToken() public méthode

Constructor with the specified value.
public CharToken ( char c ) : System
c char
Résultat System

CharToken() public méthode

Constructor with the specified value.
public CharToken ( char c, int line ) : System
c char
line int
Résultat System

CharToken() public méthode

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

Equals() public méthode

Override, see base Token
public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

Override, see base Token
public GetHashCode ( ) : int
Résultat int

ToDebugString() public méthode

Override, see base Token
public ToDebugString ( ) : string
Résultat string

ToString() public méthode

Override, see base Token
public ToString ( ) : string
Résultat string