C# Class CSLE.CLS_Type_Class

Inheritance: ICLS_Type_WithBase
Show file Open project: lightszero/cslightcore Class Usage Examples

Public Methods

Method Description
CLS_Type_Class ( string keyword, bool bInterface, string filename ) : System
ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
EmbDebugToken ( IList tokens ) : void
MakeValue ( object value ) : ICLS_Value
Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool
SetBaseType ( IList types ) : void

Method Details

CLS_Type_Class() public method

public CLS_Type_Class ( string keyword, bool bInterface, string filename ) : System
keyword string
bInterface bool
filename string
return System

ConvertTo() public method

public ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
env CLS_Content
src object
targetType CLType
return object

EmbDebugToken() public method

public EmbDebugToken ( IList tokens ) : void
tokens IList
return void

MakeValue() public method

public MakeValue ( object value ) : ICLS_Value
value object
return ICLS_Value

Math2Value() public method

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
env CLS_Content
code char
left object
right CLS_Content
returntype CLType
return object

MathLogic() public method

public MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool
env CLS_Content
code logictoken
left object
right CLS_Content
return bool

SetBaseType() public method

public SetBaseType ( IList types ) : void
types IList
return void