C# Class LispEngine.Lexing.Token

Afficher le fichier Open project: Patient0/FirstClassLisp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Token other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
Token ( TokenType type, string contents ) : System

Method Details

Equals() public méthode

public Equals ( Token other ) : bool
other Token
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, string contents ) : System
type TokenType
contents string
Résultat System