C# Class CSLE.CLS_Expression_StaticFunction

Inheritance: ICLS_Expression
Show file Open project: wpszz/CSLightForUnity Class Usage Examples

Public Properties

Property Type Description
functionName string
type ICLS_Type

Public Methods

Method Description
CLS_Expression_StaticFunction ( int tbegin, int tend, int lbegin, int lend ) : System
ComputeValue ( CLS_Content content ) : CLS_Content.Value
ToString ( ) : string

Method Details

CLS_Expression_StaticFunction() public method

public CLS_Expression_StaticFunction ( int tbegin, int tend, int lbegin, int lend ) : System
tbegin int
tend int
lbegin int
lend int
return System

ComputeValue() public method

public ComputeValue ( CLS_Content content ) : CLS_Content.Value
content CLS_Content
return CLS_Content.Value

ToString() public method

public ToString ( ) : string
return string

Property Details

functionName public property

public string functionName
return string

type public property

public ICLS_Type type
return ICLS_Type