C# Class Absyn.CallExp

Inheritance: Exp
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
ClassName String
FunctionName String
Params Absyn.Exp[]
System bool

Public Methods

Method 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 method

public CallExp ( String c, String f, Exp p ) : System
c String
f String
p Exp
return System

CallExp() public method

public CallExp ( String c, String f, Exp p, Type t ) : System
c String
f String
p Exp
t System.Type
return System

ToString() public method

public ToString ( ) : String
return String

Visit() public method

public Visit ( IExpVisitor v ) : void
v IExpVisitor
return void

Property Details

ClassName public property

public String ClassName
return String

FunctionName public property

public String FunctionName
return String

Params public property

public Exp[],Absyn Params
return Absyn.Exp[]

System public property

public bool System
return bool