Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Interpreter
backend
interpreter
RuntimeErrorHandler
C# Class Interpreter.backend.interpreter.RuntimeErrorHandler
Show file
Open project: dfdemar/Pascal_Interpreter
Class Usage Examples
Public Methods
Method
Description
flag
(
ICodeNode
node
,
RuntimeErrorCode
errorCode
,
Backend
backend
) :
void
Private Methods
Method
Description
RuntimeErrorHandler
( ) :
System
Method Details
flag()
public
method
public
flag
(
ICodeNode
node
,
RuntimeErrorCode
errorCode
,
Backend
backend
) :
void
node
ICodeNode
errorCode
RuntimeErrorCode
backend
Backend
return
void