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
Absyn
SubstExp
C# Class Absyn.SubstExp
Inheritance:
ListExp
Show file
Open project: gbarnett/shared-source-cli-2.0
Public Properties
Property
Type
Description
Replace
Exp
Public Methods
Method
Description
SubstExp
(
Exp
r
,
Exp
f
,
Exp
e
) :
System
ToString
( ) :
String
Visit
(
IExpVisitor
v
) :
void
Method Details
SubstExp()
public
method
public
SubstExp
(
Exp
r
,
Exp
f
,
Exp
e
) :
System
r
Exp
f
Exp
e
Exp
return
System
ToString()
public
method
public
ToString
( ) :
String
return
String
Visit()
public
method
public
Visit
(
IExpVisitor
v
) :
void
v
IExpVisitor
return
void
Property Details
Replace
public property
public
Exp,Absyn
Replace
return
Exp