C# Class Interpreter.frontend.Token

Afficher le fichier Open project: dfdemar/Pascal_Interpreter Class Usage Examples

Méthodes publiques

Méthode Description
Token ( Source source ) : System

Méthodes protégées

Méthode Description
currentChar ( ) : char
extract ( ) : void
nextChar ( ) : char
peekChar ( ) : char

Method Details

Token() public méthode

public Token ( Source source ) : System
source Source
Résultat System

currentChar() protected méthode

protected currentChar ( ) : char
Résultat char

extract() protected méthode

protected extract ( ) : void
Résultat void

nextChar() protected méthode

protected nextChar ( ) : char
Résultat char

peekChar() protected méthode

protected peekChar ( ) : char
Résultat char