C# Class Absyn.ToIntExp

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
ToIntExp ( Exp v ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

ToIntExp() public méthode

public ToIntExp ( Exp v ) : System
v 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

Value public_oe property

public Exp,Absyn Value
Résultat Exp