C# Class Absyn.DoCondExp

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

Méthodes publiques

Свойство Type Description
Cond Exp
EndLabel System.Reflection.Emit.Label

Méthodes publiques

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

Method Details

DoCondExp() public méthode

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

Cond public_oe property

public Exp,Absyn Cond
Résultat Exp

EndLabel public_oe property

public System.Reflection.Emit.Label EndLabel
Résultat System.Reflection.Emit.Label