C# Class CSLE.CLS_Type_String

Inheritance: ICLS_Type
Show file Open project: wpszz/CSLightForUnity

Public Methods

Method Description
CLS_Type_String ( ) : System
ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
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

Method Details

CLS_Type_String() public method

public CLS_Type_String ( ) : System
return System

ConvertTo() public method

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

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