C# Class Absyn.CallExp

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

Méthodes publiques

Свойство Type Description
ClassName String
FunctionName String
Params Absyn.Exp[]
System bool

Méthodes publiques

Méthode Description
CallExp ( String c, String f, Exp p ) : System
CallExp ( String c, String f, Exp p, Type t ) : System
ToString ( ) : String
Visit ( IExpVisitor v ) : void

Method Details

CallExp() public méthode

public CallExp ( String c, String f, Exp p ) : System
c String
f String
p Exp
Résultat System

CallExp() public méthode

public CallExp ( String c, String f, Exp p, Type t ) : System
c String
f String
p Exp
t System.Type
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

ClassName public_oe property

public String ClassName
Résultat String

FunctionName public_oe property

public String FunctionName
Résultat String

Params public_oe property

public Exp[],Absyn Params
Résultat Absyn.Exp[]

System public_oe property

public bool System
Résultat bool