C# Class Interpreter.frontend.pascal.tokens.PascalErrorToken

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

Méthodes publiques

Méthode Description
PascalErrorToken ( Source source, PascalErrorCode errorCode, string tokenText ) : System

Méthodes protégées

Méthode Description
extract ( ) : void

Method Details

PascalErrorToken() public méthode

public PascalErrorToken ( Source source, PascalErrorCode errorCode, string tokenText ) : System
source Source
errorCode PascalErrorCode
tokenText string
Résultat System

extract() protected méthode

protected extract ( ) : void
Résultat void