Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DotNetWebToolkit
Cil2Js
Analysis
VisitorPhiSimplifier
C# Class DotNetWebToolkit.Cil2Js.Analysis.VisitorPhiSimplifier
Inheritance:
AstRecursiveVisitor
Exibir arquivo
Open project: chrisdunelm/DotNetWebToolkit
Class Usage Examples
Public Methods
Method
Description
V
(
ICode
ast
) :
ICode
Protected Methods
Method
Description
VisitVarPhi
(
ExprVarPhi
e
) :
ICode
Method Details
V()
public
static
method
public
static
V
(
ICode
ast
) :
ICode
ast
ICode
return
ICode
VisitVarPhi()
protected
method
protected
VisitVarPhi
(
ExprVarPhi
e
) :
ICode
e
DotNetWebToolkit.Cil2Js.Ast.ExprVarPhi
return
ICode