C# Class Absyn.IntExp

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
IntExp ( long v ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

IntExp() public méthode

public IntExp ( long v ) : System
v long
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 long Value
Résultat long