Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
DotNetWebToolkit
Cil2Js
Analysis
VisitorConvertCilToSsa
C# Class DotNetWebToolkit.Cil2Js.Analysis.VisitorConvertCilToSsa
Inheritance:
AstRecursiveVisitor
Mostra file
Open project: chrisdunelm/DotNetWebToolkit
Class Usage Examples
Public Methods
Method
Description
V
(
ICode
ast
) :
ICode
Protected Methods
Method
Description
VisitCil
(
StmtCil
s
) :
ICode
Private Methods
Method
Description
CreateOrMergeBsi
(
Stmt
s
,
Expr
stack
,
Expr
locals
,
Expr
args
) :
void
VisitorConvertCilToSsa
(
ICode
root
) :
System
Method Details
V()
public
static
method
public
static
V
(
ICode
ast
) :
ICode
ast
ICode
return
ICode
VisitCil()
protected
method
protected
VisitCil
(
StmtCil
s
) :
ICode
s
StmtCil
return
ICode