C# Class Absyn.IfExp

Inheritance: Exp
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
EvalExp Exp

Méthodes publiques

Méthode Description
IfExp ( Exp e, Exp thene, Exp elsee ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

IfExp() public méthode

public IfExp ( Exp e, Exp thene, Exp elsee ) : System
e Exp
thene Exp
elsee Exp
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

Visit() public méthode

public Visit ( IExpVisitor v ) : void
v IExpVisitor
Résultat void

Property Details

EvalExp public_oe property

public Exp,Absyn EvalExp
Résultat Exp