C# Class Interpreter.backend.interpreter.RuntimeErrorHandler

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

Méthodes publiques

Méthode Description
flag ( ICodeNode node, RuntimeErrorCode errorCode, Backend backend ) : void

Private Methods

Méthode Description
RuntimeErrorHandler ( ) : System

Method Details

flag() public méthode

public flag ( ICodeNode node, RuntimeErrorCode errorCode, Backend backend ) : void
node ICodeNode
errorCode RuntimeErrorCode
backend Backend
Résultat void