C# Class Absyn.DoCondExp

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

Public Properties

Property Type Description
Cond Exp
EndLabel System.Reflection.Emit.Label

Public Methods

Method Description
DoCondExp ( Exp c, Exp r ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

DoCondExp() public method

public DoCondExp ( Exp c, Exp r ) : System
c Exp
r 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

Cond public property

public Exp,Absyn Cond
return Exp

EndLabel public property

public System.Reflection.Emit.Label EndLabel
return System.Reflection.Emit.Label