C# Class Absyn.IfExp

Inheritance: Exp
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
EvalExp Exp

Public Methods

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

Method Details

IfExp() public method

public IfExp ( Exp e, Exp thene, Exp elsee ) : System
e Exp
thene Exp
elsee 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

EvalExp public property

public Exp,Absyn EvalExp
return Exp