C# Class Absyn.GlobalVarDef

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
GlobalVarDef ( String n, Exp v ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

GlobalVarDef() public méthode

public GlobalVarDef ( String n, Exp v ) : System
n String
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

Name public_oe property

public String Name
Résultat String

Value public_oe property

public Exp,Absyn Value
Résultat Exp