C# Class Bike.Parser.Token

Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Méthodes publiques

Méthode Description
Is ( TokenType tokenType ) : bool
IsNot ( TokenType tokenType ) : bool
ToString ( ) : string
Token ( TokenType type, string text, SourceLocation location ) : System.Diagnostics

Method Details

Is() public méthode

public Is ( TokenType tokenType ) : bool
tokenType TokenType
Résultat bool

IsNot() public méthode

public IsNot ( TokenType tokenType ) : bool
tokenType TokenType
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, string text, SourceLocation location ) : System.Diagnostics
type TokenType
text string
location SourceLocation
Résultat System.Diagnostics