C# 클래스 CSLE.CLS_Type_Class

상속: ICLS_Type_WithBase
파일 보기 프로젝트 열기: lightszero/cslightcore 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CLS_Type_Class() 공개 메소드

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

ConvertTo() 공개 메소드

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

EmbDebugToken() 공개 메소드

public EmbDebugToken ( IList tokens ) : void
tokens IList
리턴 void

MakeValue() 공개 메소드

public MakeValue ( object value ) : ICLS_Value
value object
리턴 ICLS_Value

Math2Value() 공개 메소드

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
리턴 object

MathLogic() 공개 메소드

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

SetBaseType() 공개 메소드

public SetBaseType ( IList types ) : void
types IList
리턴 void