Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
While
Plugins
FoldConstantExpressions
C# Класс While.Plugins.FoldConstantExpressions
Example plugin for the While Compiler. Folds expressions that can be computed at compile time.
Наследование:
While.AST.Visitor
,
ICompilerPlugin
Показать файл
Открыть проект
Открытые методы
Метод
Описание
ProcessSyntaxTree
(
While
program
) :
void
Visit
(
BinaryOp
node
) :
void
Visit
(
BinaryOp
node
) :
void
Описание методов
ProcessSyntaxTree()
публичный
Метод
public
ProcessSyntaxTree
(
While
program
) :
void
program
While
Результат
void
Visit()
публичный
Метод
public
Visit
(
BinaryOp
node
) :
void
node
BinaryOp
Результат
void
Visit()
публичный
Метод
public
Visit
(
BinaryOp
node
) :
void
node
BinaryOp
Результат
void